A simple chat app built with socket.io. Visit chat-app-fr48.herokuapp.com to have a look.
Currently, it's exact copy of the example on socket.io's website. I plan to complete the homework given.
These are the following improvements mentioned by socket.io:
Broadcast a message to connected users when someone connects or disconnects- Add support for nicknames
Don’t send the same message to the user that sent it himself. Instead, append the message directly as soon as he presses enter.- Add “{user} is typing” functionality
- Show who’s online
- Add private messaging
- Share your improvements!
Some improvements of my own:
New message gets hidden behind input form.Stop adding blank messages.Wrap long messages.