RevJS is a suite of JavaScript modules designed to speed up development of data-driven JS applications.
RevJS allows you to
- Define a relational data model using plain JS classes, and built-in or custom field types
- Define custom validation logic directly in your models
- Easily create a GraphQL API to make your models available over the network
- Quickly build a user interface for the web or mobile, using our React higher-order components
The revjs
npm package is a meta-package that may be used for a CLI in future.
To get started with RevJS:
- Check out the rev-models npm package
- Check out the documentation at revjs.org