You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since lots of websites nowadays use node and node-based server software, Formation could be quite useful on that end of the spectrum. Server-side validation is arguably more important than client-side.
This is to investigate what changes would be necessary in order to make it work.
My initial thought on implementing it is to create 3 new repositories:
formation-core : the core rule validation engine API
formation-client : the client-side process and event system API
formation-server : the server-side process and event system API
This repository would be a shorthand for using both formation-client and formation-server.
The text was updated successfully, but these errors were encountered:
Since lots of websites nowadays use node and node-based server software, Formation could be quite useful on that end of the spectrum. Server-side validation is arguably more important than client-side.
This is to investigate what changes would be necessary in order to make it work.
My initial thought on implementing it is to create 3 new repositories:
formation-core
: the core rule validation engine APIformation-client
: the client-side process and event system APIformation-server
: the server-side process and event system APIThis repository would be a shorthand for using both
formation-client
andformation-server
.The text was updated successfully, but these errors were encountered: