- Backend: node.js / express / socket.io
- Frontend: AngularJS / Bootstrap
- Magic: WebSockets and CoffeeScript
- Install stuff:
npm install
- Install more stuff:
bower install
- Build stuff:
grunt
protip: if this does not work try installinggrunt-cli
globally (npm install -g grunt-cli
) - Configure
debug
: you have to set theDEBUG
env var tochat
(to get only relevant output) or to*
(to get everything). Windows:set DEBUG=chat
and cool OS:DEBUG=chat; export DEBUG
- Run stuff:
npm start
- See stuff: open http://localhost:8080 in your browser