when you make incompatible API changes MINOR version when you add backwards-compatible functionality PATCH version when you make backwards-compatible bug fixes
when you make incompatible API changes MINOR version when you add backwards-compatible functionality PATCH version when you make backwards-compatible bug fixes http://semver.org
be designed around that use case first, not for dozens of exports. substack if your module exposes more than one function, you might be doing it wrong :) mikeal
as many applications as you need ‣ Your web server is a web server it’s not a: CSS compiler, JavaScript compiler, Message queue, Email dispatcher, Certainly not cron!
as many applications as you need ‣ Your web server is a web server it’s not a: CSS compiler, JavaScript compiler, Message queue, Email dispatcher, Certainly not cron! ‣ Ensure your applications and processes can talk to each other
heap-dump - https://github.com/bnoordhuis/node-heapdump ‣ Assume there are always memory leaks ‣ Monitor memory ‣ Make sure your application restarts quickly
heap-dump - https://github.com/bnoordhuis/node-heapdump ‣ Assume there are always memory leaks ‣ Monitor memory ‣ Make sure your application restarts quickly ‣ Restart your application nightly