First Links and Sources for Node including Tools

This commit is contained in:
bastianwegge 2012-06-26 17:44:31 +02:00
parent a971d54f05
commit 3da2d67aa9
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
Installation Guide:
ExpressJS ( node Framework )
http://expressjs.com/guide.html
BackboneJS ( Javascript Objektimplementierung )
http://backbonejs.org/
underscoreJS ( Basis Funktionen für Javascript )
http://underscorejs.org/
handlebarsJS ( Templating System in Javascript )
http://handlebarsjs.com/
Usefull tools:
https://github.com/remy/nodemon -> Startet den Server bei Änderungen am Code neu (local / dev)
Links:
http://coding.smashingmagazine.com/2011/09/16/useful-node-js-tools-tutorials-and-resources/