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

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

Awesome Lists containing this project

README

          

# Vuegram

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](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.