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

https://github.com/vijayksingh/socket.io_chatapp


https://github.com/vijayksingh/socket.io_chatapp

Last synced: about 1 month ago
JSON representation

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