A node.js project with socket.io to build a real-time chat app.
Fill in a username, join a channel and chat with other people. Share your live location if you like.
# install dependencies
npm install
# serve with hot reload at localhost:3000
npm run start
# run unit tests
npm run test