First Links and Sources for Node including Tools
This commit is contained in:
parent
a971d54f05
commit
3da2d67aa9
|
@ -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/
|
Loading…
Reference in New Issue