See More

# Node.js * [**The Future of Node is in Microsoft's Fork**](https://blog.andyet.com/2015/12/31/the-future-of-node-is-microsofts-fork/) * [**libuv**](http://libuv.org/) * [Node Forward](http://nodeforward.org/) * [gremlins.js - Monkey testing](https://github.com/marmelab/gremlins.js) * [Node School](http://nodeschool.io/) * [Top 10 mistakes Node developers make](https://www.airpair.com/node.js/posts/top-10-mistakes-node-developers-make) ``` npm -global list npm list -g --depth=0 npm uninstall -global bower npm install [email protected] ``` ## NPM * [NPM Click - Check if your package.json is up to date](http://npm.click/) ## Global vs Local installation ## REST API * [hapi](http://hapijs.com/) * [Restify](http://mcavage.me/node-restify/) ## Stream * [Stream processing, event sourcing, reactive, CEP](http://blog.confluent.io/2015/01/29/making-sense-of-stream-processing/) * [Append only](http://blogs.msdn.com/b/pathelland/archive/2007/06/14/accountants-don-t-use-erasers.aspx) ## Videos * [Node.js Explained](https://www.youtube.com/watch?v=L0pjVcIsU6A) * [Popular Node.js videos](https://www.youtube.com/watch?v=L0pjVcIsU6A&list=PLzcWWgym9opPQjnjDd_5YRofkuoIeEcAJ&__hstc=156224036.ce3710911246da0c4b788ec512fe30e1.1420537088027.1420537088027.1420537088027.1&__hssc=156224036.1.1420537088027&__hsfp=3461592922) ## Reading * [The Art of Node](https://github.com/maxogden/art-of-node) * [Stream Handbook](https://github.com/substack/stream-handbook)