A Chat-Server developed in python using Tornado and PostgreSQL.
Author: | Lowjack |
---|---|
Email: | harshit11541@gmail.com |
Author: | Masterbios |
Email: | ankitkp88534@gmail.com |
Ryu — A Chat Server in Tornado.
Developing a chat server in Tornado.
Tornado: | Async Python Web Library + Web Server |
---|---|
PostgreSQL: | Relational Database System |
- python 3.6+
- tornado
- aiohttp
- asyncpg
- python-dateutil
- Shows who joined and who left
- Shows list of users online
- Shows who is typing
- Join/Leave chat room features
This is how the application will look like
- Add Sign-up functionality.
- Create application with the help of message broker like RabbitMQ
- Feature to shows who is typing and who is not