ther12k / flask-socketio-demo

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 coinstat 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.

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.

License:MIT License


Languages

Language:HTML 56.4%Language:Python 43.6%