User Tools

Site Tools


webdev:node.js

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
webdev:node.js [2012/11/12 20:28]
tkilla created
webdev:node.js [2012/11/12 23:36] (current)
tkilla
Line 1: Line 1:
 ====== Node.js ====== ====== Node.js ======
  
-Debian install:+===== Debian install: ===== 
   * sid includes a nodejs package   * sid includes a nodejs package
   * nodejs package conflicts with another node package, so debian asks to erwrite all scripts to use nodejs instead of node M(   * nodejs package conflicts with another node package, so debian asks to erwrite all scripts to use nodejs instead of node M(
-    * fix: ln -s /usr/bin/nodejs /usr/bin/node+    * "fix": ln -s /usr/bin/nodejs /usr/bin/node 
 + 
 +===== Frameworks ===== 
 + 
 +comparisations: 
 +  * http://ocdevel.com/blog/nodejs-frameworks-comparison 
 +  *  
 +==== Geddy ==== 
 + 
 +  * http://geddyjs.org 
 +  * rails clone! 
 +  * simple setup 
 +  * scaffolding 
 +  * auth, sessions, ... included 
 +  * docu ok, not many google hits 
 +  * no external modules so far (?) 
 +  * DB adapters: Postgres, in-memory, MongoDB and Riak, NO redis :( 
 +  * "geddy auth" fails 
 + 
 +==== Express ==== 
 + 
 +  * minimalistic core framework 
 + 
 + 
 +==== TowerJS ==== 
 + 
 +  * http://towerjs.org/stores 
 +  * coffeescript 
 + 
 +==== Derby ==== 
 + 
 +  * http://derbyjs.com 
 +  * ALPHa - no production version 
 + 
webdev/node.js.1352748518.txt.gz · Last modified: 2012/11/12 20:28 by tkilla