====== Node.js ====== ===== Debian install: ===== * 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( * "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