Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 594 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 594 Bytes

Flask-SocketIO-D3

Building a chat app using Flask SocketIO and visualizing the chat metrics in real time using D3.js

Installing requirements

pip install -r requirements.txt 

Running the server

python app.py 

Testing the application

Open two browser windows, type the chat user name and the message and hit send. The messages will be reflecting in both the browser windows. The d3 chart (Bubble chart and Bar chart) will update in real time.

To know more about how it is working, you can see the objects in the console window of the developer tools (in Chrome)