Overview
Use WebSockets to push instant updates to users when their document status changes or a verification completes inside backend/cmmty/.
Acceptance Criteria
Contribution Folder
All files must be placed inside backend/cmmty/. Do not modify any file outside this folder.
How to Contribute
Comment on this issue to express interest, fork the repo, build inside backend/cmmty/ only, and open a PR targeting main.
Overview
Use WebSockets to push instant updates to users when their document status changes or a verification completes inside
backend/cmmty/.Acceptance Criteria
backend/cmmty/realtime/with a NestJS WebSocket Gateway (socket.io)Contribution Folder
All files must be placed inside
backend/cmmty/. Do not modify any file outside this folder.How to Contribute
Comment on this issue to express interest, fork the repo, build inside
backend/cmmty/only, and open a PR targetingmain.