Tastypie inspired, lightweight and storage agnostic REST resources manager.
node>= 4.x.xexpress>= 3 ORkoausingkoa-router
Restypie currently supports the following frameworks/routers :
- Express
- Koa (using koa-router)
npm install restypie --save
Restypie allows debugging by supplying the DEBUG variable
DEBUG=restypie:* node app.js
See here.