Skip to content

Instantly share code, notes, and snippets.

@RubenCordeiro
Last active August 29, 2015 14:17
Show Gist options
  • Save RubenCordeiro/8948f751db5367913baf to your computer and use it in GitHub Desktop.
Save RubenCordeiro/8948f751db5367913baf to your computer and use it in GitHub Desktop.
# References
## Server frameworks
### ExpressJS
- http://expressjs.com/
### HapiJS
- http://hapijs.com/
#### Plugins
- hapi-swagger: https://github.com/glennjones/hapi-swagger
- JOI: https://github.com/hapijs/joi
- poop: https://github.com/hapijs/poop
- lab: https://github.com/hapijs/lab
- more: http://hapijs.com/plugins
## SQL ORM's
- Sequelize: http://docs.sequelizejs.com/en/latest/
- Bookshelf: http://bookshelfjs.org/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment