An open API service indexing awesome lists of open source software.

https://github.com/paradite/socket-io-chat

:speech_balloon: Simple chat for learning socket.io
https://github.com/paradite/socket-io-chat

Last synced: 7 months ago
JSON representation

:speech_balloon: Simple chat for learning socket.io

Awesome Lists containing this project

README

          

# socket-io-chat
Simple chat for learning socket.io

## Features
- [x] Broadcast a message to connected users when someone connects or disconnects
- [x] Welcome message for new users
- [X] Add support for nicknames
- [X] 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