Add WebSocket support for real-time payment confirmation #2
Reference in New Issue
Block a user
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?
Context
Currently payment confirmation is polling-based — client calls
GET /jobs/:idrepeatedly until state changes. For the Three.js Workshop, we need instant feedback.
Requirements
ws://host/api/ws)wsnpm package (lightweight, no socket.io overhead)Events to push
Acceptance Criteria
References