Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate making Formation usable for Node-based server-side validation #10

Open
ozzyogkush opened this issue Aug 20, 2017 · 2 comments

Comments

@ozzyogkush
Copy link
Owner

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.

@ozzyogkush
Copy link
Owner Author

On a related note we should investigate creating a version of Formation that can integrate with React.

@ozzyogkush
Copy link
Owner Author

Probably better to make explicit scoped package/org eg "@formation/rules", "@formation/client", etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant