_06 · 2023
Crypto Exchange
A low-latency trading terminal with real-time depth charts, order book updates, and a UI tuned for traders who don't blink.
Overview
The terminal ingests exchange feeds over WebSocket, normalises them, and keeps a live picture of the order book without stuttering. The frontend is aggressively memoised so a busy market doesn't cost you frames; the layout is customisable so power users can build the workspace they actually want.
Highlights
- Order book updates at 60fps under bursty market data
- Custom canvas depth chart that beats Chart.js on high-frequency streams
- Persistent, drag-to-resize workspace layouts
- Keyboard shortcuts for order entry, cancel-all, and market switching