diff --git a/node-sources.txt b/node-sources.txt index e69de29..474b9cf 100644 --- a/node-sources.txt +++ b/node-sources.txt @@ -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/ \ No newline at end of file