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
- Host: GitHub
- URL: https://github.com/paradite/socket-io-chat
- Owner: paradite
- Created: 2016-01-13T09:48:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-06T22:12:24.000Z (over 9 years ago)
- Last Synced: 2025-03-31T06:44:59.678Z (9 months ago)
- Language: HTML
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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