Phase 2.4: Live match viewer with SSE streaming #16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
The crown jewel — real-time match simulation in the browser. The game engine runs on the server and streams events to the browser via Server-Sent Events (SSE). The frontend renders a timeline of commentary, a scoreboard, and match stats.
Backend
GET /match/play→ SSE endpoint that streamsLiveGameUnitevents as JSONFrontend
Depends On
Acceptance Criteria