node-rest
RESTful API implementation in Javascript with NodeJS
Warning: Do not use in production environment /!\
Out of the box features
- RESTful API endpoints scaffolded for any database table or document schema
- CRUD middleware with adapter for any database
- ACL middleware with different behaviors (like restricting objects attributes scope or restrict the scope to the user)
Installation
npm install nbo-rest -S