# 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
-
Notifications
You must be signed in to change notification settings - Fork 0
real basic python (flask) server with websockets
License
parties/python-websocket-html-example
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
real basic python (flask) server with websockets
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published