Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/furkan-gulsen/simple-messaging-app-with-node-and-socket.io-
Simple Messaging App With Node And Socket.io
https://github.com/furkan-gulsen/simple-messaging-app-with-node-and-socket.io-
Last synced: 7 days ago
JSON representation
Simple Messaging App With Node And Socket.io
- Host: GitHub
- URL: https://github.com/furkan-gulsen/simple-messaging-app-with-node-and-socket.io-
- Owner: Furkan-Gulsen
- License: mit
- Created: 2019-11-22T18:22:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T21:42:04.000Z (about 2 years ago)
- Last Synced: 2023-03-05T09:34:19.308Z (almost 2 years ago)
- Language: HTML
- Size: 763 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple-Messaging-App-With-Node-And-Socket.io
**TO DO LIST:**
- [ ] 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!