https://github.com/vijayksingh/socket.io_chatapp
https://github.com/vijayksingh/socket.io_chatapp
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vijayksingh/socket.io_chatapp
- Owner: vijayksingh
- Created: 2018-04-15T05:18:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T15:53:19.000Z (almost 7 years ago)
- Last Synced: 2025-01-24T12:28:42.712Z (3 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Simple Chat APP
This is simple chat app i have created in order to learn more about Socket.io library.
## Lessons Learned
* [ ] Broadcast message to all people
* [ ] Ability to show person is typing.
* [ ] Ability to do one to one chat.
* [ ] Ability to do group chat.
* [ ] Ability to store session data in mongoDB or somewhere## Add some UI