Multi room chat with logs, expanded from NodeChat
Req:
- node
- mongodb
- socket.io
Install:
- install mongodb binary on your server system
- make sure mongodb is running properly
- install socket.io and mongodb with npm
3.5 npm install mongodb && npm install socket.io - change ip addresses to your own server in all files!
- run server.js
Problems:
need to merge jsengine1 & 2 to single file