Simple websocket chat made with vuejs and aiohttp.
Create a virtual environment and install the dependencies:
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Run the aiohttp web server:
cd vuegram
python main.py
Invite multiple users to access your server's IP address (port 8080) through a browser, each will be assigned a random username.
Fernando M - https://bitbucket.org/gmork2/
This project is licensed under the GNU GENERAL PUBLIC LICENSE Version 3 - see the LICENSE file for details.