Node Resources
I haven't really keep this page updated, so take these links with a grain of salt so to speak. In fact this page should really be viewed as a historic document, and *not* as a useful reference.
Note: I haven't really keep this page updated, so take these links with a grain of salt so to speak. In fact this page should really be viewed as a historic document, and not as a useful reference.
This page is intended to be a living document containing links to resources, libraries, tutorials and other ideas related to Node.js. I am interested in node.js development, and this is mostly a roughly categorized collection of list for future reference.
Presentation
Real-Time Dashboard
Tips
- http://calv.info/node-and-express-tips/
- http://webreflection.blogspot.com/2012/08/a-safer-js-environment.html
- http://callbackhell.com/
- http://madhums.tumblr.com/post/27521420404/breaking-down-app-js-file-nodejs-express-mongoose
- http://www.mitya.co.uk/blog/2012/Jul/The-magic-JavaScripts-apply-214
- http://davidshariff.com/blog/javascript-inheritance-patterns/
- http://benalman.com/news/2012/09/partial-application-in-javascript/
- http://killdream.github.com/blog/2011/10/understanding-javascript-oop/
- http://doctrina.org/Javascript-Function-Invocation-Patterns.html
- http://snmaynard.com/2012/12/21/node-error-handling/
- http://ruben.verborgh.org/blog/2012/12/31/asynchronous-error-handling-in-javascript/
- https://engineering.gosquared.com/10-vital-aspects-of-building-a-node-js-application
- https://gist.github.com/3889970
Classes
Debugging
Testing
- http://visionmedia.github.com/mocha/
- http://chaijs.com/
- http://nodeup.com/twentyeight
- https://github.com/WaterfallEngineering/SpookyJS/blob/master/Makefile
- http://markdalgleish.com/2012/09/test-driven-node-js-development-with-grunt/
- http://javascriptplayground.com/blog/2012/08/writing-a-command-line-node-tool
- http://doctestjs.org/
Libraries
- https://github.com/cowboy/grunt
- https://github.com/vojtajina/testacular
- http://craig.is/killing/mice
- https://github.com/learnboost/engine.io
- http://dl.dropbox.com/u/409429/presentations/node-dublin-2012/index.html
- https://devcenter.heroku.com/articles/nodejs-mongoose
- http://gruntjs.com/
Background Video Loop
Package Management
- https://npmjs.org/
- http://twitter.github.com/bower/
- http://ender.jit.su/
- http://volojs.org/
- https://github.com/component/component
- http://jamjs.org/
- http://wibblycode.wordpress.com/2013/01/01/the-state-of-javascript-package-management/
- http://brunch.io/
Frameworks
Views
Streaming
- http://blog.phusion.nl/2012/08/03/why-rails-4-live-streaming-is-a-big-deal/
- https://github.com/substack/stream-handbook
- http://buildnewgames.com/optimizing-websockets-bandwidth/
- http://www.twilio.com/blog/2012/09/building-a-real-time-sms-voting-app-part-1-node-js-couchdb.html
- http://www.ronreiter.com/writing-html5-multiplayer-games-using-socketio.html
- https://github.com/substack/stream-handbook
Other
- https://gist.github.com/2790533 (portable node code)
- https://github.com/henrikjoreteg/templatizer
- http://ruben.verborgh.org/blog/2012/09/27/the-object-resource-impedance-mismatch/
- http://benalman.com/news/2012/08/why-grunt/
- https://github.com/rehno-lindeque/adt.js
- http://goodfil.ms/blog/posts/2012/08/13/angularjs-and-the-goodfilms-mobile-site-part-1/
- http://ademilter.com/lab/liffect/ (effect for slide thumbnails)
- http://adamghill.com/2012/12/02/callbacks-considered-a-smell/