/python-websocket-html-example

real basic python (flask) server with websockets

Primary LanguageHTMLMIT LicenseMIT

# run once
python -m venv env

# run before doing development
source env/bin/activate

# install (locally-scoped) dependencies
pip install -r requirements.txt

# start app
python run.py

# navigate to localhost:5000
open http://localhost:5000

websocket-gif