You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented an architecture similar to leetcode (except it uses persistant connection between browser and web socket server rather than polling server for response after submission)
Used redis to manage queues, pub-sub
About
Implemented an architecture similar to leetcode (except it uses persistant connection between browser and web socket server rather than polling server for response after submission)