https://github.com/forthright48/chat-app
A chat app built with socket.io
https://github.com/forthright48/chat-app
Last synced: 5 months ago
JSON representation
A chat app built with socket.io
- Host: GitHub
- URL: https://github.com/forthright48/chat-app
- Owner: forthright48
- Created: 2016-06-20T16:46:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-23T14:52:12.000Z (over 9 years ago)
- Last Synced: 2025-03-24T09:25:01.718Z (9 months ago)
- Language: CSS
- Homepage: http://chat-app-fr48.herokuapp.com/
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat App
A simple chat app built with socket.io. Visit [chat-app-fr48.herokuapp.com](http://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.
# To Do
These are the following improvements mentioned by socket.io:
1. ~Broadcast a message to connected users when someone connects or disconnects~
2. Add support for nicknames
3. ~~Don’t send the same message to the user that sent it himself. Instead, append the message directly as soon as he presses enter.~~
4. Add “{user} is typing” functionality
5. Show who’s online
6. Add private messaging
7. Share your improvements!
Some improvements of my own:
1. ~~New message gets hidden behind input form.~~
2. ~~Stop adding blank messages.~~
3. ~~Wrap long messages.~~