Live demo here: https://skeleton-chat.herokuapp.com/
A chat app for made with Node.js together with Express and Socket.io
What id does, and what it should be able to do:
- Send a geolocation to a friend
- Reject duplicate usernames
- Autoscroll
- Conversations only heard within their respected rooms
- Dropdown menu of all active rooms
- Some stupid bots to stir conversation
- To not lose chat history when last person leaves
- Clone repo
$ git clone https://github.com/sssmi/node-skeleton-chat.git
- Install the dependencies
$ npm install
$ npm start
- Then open
http://localhost:3000
in your browser