issues
search
CS3219-AY2324S1
/
ay2324s1-course-assessment-g11
ay2324s1-course-assessment-g11 created by GitHub Classroom
MIT License
3
stars
2
forks
source link
Matching service - more features
#78
Closed
chunweii
closed
1 year ago
chunweii
commented
1 year ago
Match by language and difficulty
Set 60 second timeout
Notes:
Use socket.io instead of traditional HTTP REST API
Matched users will join a room
Use EventEmitters to notify the other waiting user of a new match
Extensions:
Store the waiting users on a persistent queue in case the service dies
Remove REST API code
Refactor code
Notes:
Extensions: