Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!