Web chat application with aiohttp which utilises co-routines and WebSockets
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Redis on loclahost
Run server 'python main.py'
- Open browser
- enter: http://localhost:8080
- Click connect
- main.py: Contans server logic and routes. Application initialization with redis
- view.py: Websockets initializations
- template/index.html: Displays current user, all users in chatroom, sending and display all messages.
- Docker - Contrainer engine
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Sergey Leksikov - author See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details