Skip to content

A demo of using events to perform client-server communication to display real time data on a web page. Bitcoin prices are fetched using Coinbase API and displayed in real time.

License

Notifications You must be signed in to change notification settings

aditya-xq/flask-socketio-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flask-socketio-demo

A simple demo to demonstrate using events to perform client-server communication and display data on a web page. Bitcoin prices are fetched using Coinbase API and displayed in real time.

image

To run the program, type python app.py in your console while you are in the project directory.

Visit localhost in your browser to access the flask app.

Read the dev blog and explanation here

About

A demo of using events to perform client-server communication to display real time data on a web page. Bitcoin prices are fetched using Coinbase API and displayed in real time.

Topics

Resources

License

Stars

Watchers

Forks