Skip to content

Display real time sensor values using Python, Flask and Flask-SocketIO

License

Notifications You must be signed in to change notification settings

donskytech/python-flask-socketio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Display Real time sensor values using Python, Flask and Flask-SocketIO

Writeup

https://www.donskytech.com/python-flask-websockets/

Real Time Updates Using Python, Flask and Websockets

Steps on how to run:

  1. Create virtual environment
python -m venv .venv
  1. Activate the virtual environment
  2. Install the dependencies
pip install -r requirements.txt
  1. Run the project
python sensor_app.py

About

Display real time sensor values using Python, Flask and Flask-SocketIO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published