Building a chat app using Flask SocketIO and visualizing the chat metrics in real time using D3.js
pip install -r requirements.txt
python app.py
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)