Streams recorded track data in realtime to test frontend applications!
Continuously access localhost:3000/get from your frontend to retrieve data from this backend, that's it! The backend will handle iterating the records to give real-time data.
cd /path/to/this/project
python fake-bike-server.py
Double-click 'sample-client.html'
cd /path/to/this/project
npm i
node fake-bike-server.js