Skip to content

Display real time sensor values using Flask-SocketIO and Chart.js

License

Notifications You must be signed in to change notification settings

garej/flask-socketio-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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 Flask-SocketIO and Chart.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 33.7%
  • Python 33.3%
  • JavaScript 27.4%
  • CSS 5.6%