I'm new to node.js, just starting..
i'm after a good node.js boilerplate and best practices such as coding design pattrens (for example Dependency injection, etc.. I've read JS design pattrens by Douglas Crockford not once.. but would like to see the differences for node) name-spacing - with directory structure, etc..
regarding node.js stack as far as i know:
So what to add/ remove from the libs list?, where can i find a professional boilerplate? and any other tips relating to it.
Thanks in advance!
IMHO, for a project skeleton, more important than which modules to include (those are easy to install with npm, anyway) is how to structure your project, how to use cluster properly and do hot-reloading for dev + process monitoring in production.
You can see some of those tricks at: http://nodebootstrap.com
https://github.com/inadarei/nodebootstrap
Edit: dead link as of 12/03/14
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With