-*- mode: org -*- quick setup install nodejs cd jslib/nodejs-v0.4.8/ ./configure –without-ssl make make install install npm curl http://npmjs.org/install.sh | sh install modules (for each proejct) npm install socket.io@0.8.5 npm install connect quick start start nodejs (http server + websocket server) cd src/nodejs/ node server.js start lisp (load “loader”) (cl-gui:connect-to-server) deployment TODO