Skip to content

Files

Latest commit

 

History

History
34 lines (24 loc) · 807 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 807 Bytes

Vuegram

License: GPL v3

Simple websocket chat made with vuejs and aiohttp.

Getting Started

Installation

Create a virtual environment and install the dependencies:

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Usage

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.

Authors

Fernando M - https://bitbucket.org/gmork2/

License

This project is licensed under the GNU GENERAL PUBLIC LICENSE Version 3 - see the LICENSE file for details.