TECH DEBT TRIBUNALPolling → Server-Sent Events
00:00Senior · ~35 min
📂 src/realtime
📄sseServer.ts
📄taskClient.ts
sseServer.ts
taskClient.ts
Loading...
Live Analysis
Cyclomatic ComplexityLIVE
0 / 4 target
Complexity is within acceptable limits.
ObjectivesPENDING
3 / 4
  • Set Content-Type: text/event-stream header in SSE endpoint
  • Track connected clients and clean up on disconnect
  • Implement broadcastTaskUpdate to push to all clients
  • Replace setInterval polling with EventSource in taskClient.ts
Acceptance TestsJest + Supertest
/ 18
Submit to run acceptance suite.