- 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-cliglobally (npm install -g grunt-cli) - Configure
debug: you have to set theDEBUGenv var tochat(to get only relevant output) or to*(to get everything). Windows:set DEBUG=chatand cool OS:DEBUG=chat; export DEBUG - Run stuff:
npm start - See stuff: open http://localhost:8080 in your browser