https://github.com/gmork2/vuegram
Simple websocket chat made with vuejs and aiohttp
https://github.com/gmork2/vuegram
aiohttp bootstrap chat python vuejs websockets
Last synced: 3 months ago
JSON representation
Simple websocket chat made with vuejs and aiohttp
- Host: GitHub
- URL: https://github.com/gmork2/vuegram
- Owner: gmork2
- License: gpl-3.0
- Created: 2021-03-05T20:32:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-02-28T09:44:00.000Z (4 months ago)
- Last Synced: 2026-02-28T14:44:31.121Z (4 months ago)
- Topics: aiohttp, bootstrap, chat, python, vuejs, websockets
- Language: JavaScript
- Homepage:
- Size: 1.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vuegram
[](https://www.gnu.org/licenses/gpl-3.0)
Simple websocket chat made with vuejs and aiohttp.

## Getting Started
### Installation
Create a virtual environment and install the dependencies:
```bash
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```
### Usage
Run the aiohttp web server:
```bash
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.
## Authors
**Fernando M** - https://bitbucket.org/gmork2/
## License
This project is licensed under the GNU GENERAL PUBLIC LICENSE
Version 3 - see the [LICENSE](LICENSE) file for details.