Skip to content

PenTaist/basic_websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic WebSocket

This is a basic Python websocket server for your projects.

Installation

Windows

Python binary : https://www.python.org/downloads/windows/

py -3 -m venv venv
.\venv\Scripts\activate.bat
pip install -r requirements.txt

Linux

sudo apt install python3 python3-pip python3-venv
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Launch Websocket

python3 websocket.py

About

A basic websocket server written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages