-
Notifications
You must be signed in to change notification settings - Fork 0
Labels
Description
What to do
- After the users confirm their match, matching service will signal the collaboration service to set up a room, given the unique match id
- The collaboration service will fetch a question from the question service base on criteria
General Requirements
- Determine a communication patter between the various services
- Connect collaboration service to Redis to store room data
- Have a WebSocket manager to allow the API gateway to maintain a connection to receive messages from the collaboration service