From 3da2d67aa938dc71c5f4c13ed9a3fcc17b19a67d Mon Sep 17 00:00:00 2001 From: bastianwegge Date: Tue, 26 Jun 2012 17:44:31 +0200 Subject: [PATCH] First Links and Sources for Node including Tools --- node-sources.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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