User Tools

Site Tools


Sidebar






newpage

webdev:node.js

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

Geddy

  • 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

Derby

webdev/node.js.txt · Last modified: 2012/11/12 23:36 by tkilla