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 real-time bidirectional event-based communication with web sockets, enabling users to join specific rooms via room IDs and collaborate in code writing and viewing simultaneously. Incorporated CodeMirror to enable execution of user-written code and provided concise output display for enhanced user experience on a web platform.