Talks & code for the London D3.js user group.
To run this you'll need to run the setup.py
script that comes with
Tornado, and then run go.py
from the root directory, which will spawn
a webserver on port 8000 by default (change this with --port=nnnn)
Then navigate to localhost:8000 in your WebSocket-capable web browser of choice.
- Code for streaming realtime charts with D3 + WebSockets, with the server end in Python (using Tornado).
- There is no #2.