25 lines
523 B
Plaintext
25 lines
523 B
Plaintext
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/ |