This is a simple Node.JS chat room example using socket.io, mongo and ES2015 features. If you want to see any specific socket.io or mongo features implemented feel free to shoot me a message.
- Node.JS 4.x
- MongoDB
- Start MongoDB
- Install Node Packages
- npm install
- Run Tests
- npm test