Skip to content
/ vuegram Public

Simple websocket chat made with vuejs and aiohttp

License

Notifications You must be signed in to change notification settings

gmork2/vuegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published