Description
Build the real-time data server using Bun.
Tasks
Reference
src/ipc/protocol.ts - existing message types
src/ipc/frame.ts - binary frame encoding
Acceptance Criteria
- Server accepts WebSocket connections
- Can send/receive binary frames
- Handles multiple clients
Labels
web-app, backend, server
Description
Build the real-time data server using Bun.
Tasks
packages/server/directorysrc/ipc/protocol.tsReference
src/ipc/protocol.ts- existing message typessrc/ipc/frame.ts- binary frame encodingAcceptance Criteria
Labels
web-app,backend,server