A talk about some of the key things to keep in mind when readying a Node.js service for production.
You don't have to pull this repo down to view the slides, thanks to GitHub pages. Bam! http://scottnonnenberg.github.io/dangerous-cliffs-of-nodejs/dist/slides.html
If you want to pull it local, it is ready to go without any changes. Just open dist/slides.html
in your local browser. Note: The speaker notes view doesn't work when accessing slides via file://
URL.
npm install --production # saves 59MB in node_modules!
node demos/1.\ Crashes/a.\ express.js
You're off and running!
npm install
bower install
To re-generate slides.html:
npm install -g grunt # (if you don't already have it)
grunt jade
grunt watch:jade