Build next-generation realtime APIs simply and easily
Install
One command and you're ready to make some killer APIs:
npm install sutro --save
Now, check out the documentation to get started!
Examples
10-LOC ES7 API
const api = users: create: async User find: async User findById: async User updateById: async User replaceById: async User deleteById: async User
Yields:
GET /swagger.json
GET /users
POST /users
GET /users/:userId
PATCH /users/:userId
PUT /users/:userId
DELETE /users/:userId