Skip to content

Instantly share code, notes, and snippets.

@wakproductions
Last active January 18, 2018 20:25
Show Gist options
  • Save wakproductions/94daf686a2df836972d19783ec97f088 to your computer and use it in GitHub Desktop.
Save wakproductions/94daf686a2df836972d19783ec97f088 to your computer and use it in GitHub Desktop.
Node.js Cheat Sheet

Useful Modules

  • formidable - for receiving forms and HTTP files
  • nodemailer - email
  • standard - code linter
  • passport - equivalent of Devise
  • knex -> Ruby Arel?
  • sequelize -> ORM like ActiveRecord? (how does it interface with Knex?)
  • Gulp -> ???
  • nodemon -> Ruby guard?

Questions:

  • If you make a change in Hapi, how do you restart the server to reflect the changes?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment