Super crude web interface for the toy-stop-market project.
Assumes the core is running on port 3030 on the same machine as UI.
npm install
npm start
- list transactions
- display stream events in the UI
- optionally display individual bids/asks insteaed of LOB (requires new endpoint on TSM)
- a more summarized view of all stocks?
- graph over time (requires aggregation of data, needs thinking first)