-
Real Time Multi Client
Code Editor Application withRoom
facility. -
Live Code Sharing Platform
whereProgrammers can join different Rooms
andCode together with their partners
. -
Application provides an interface for multiple Programmers coding at the same time in a same room.
- FrontEnd :-
React.js
- BackEnd :-
Node.js
,Express.js
- Used
Socket.io
that enables realtime, bi-directional communication between web clients and servers.
- If Programmer have a room Id then join through that room Id, Else create a new room having unique Room Id.
- When a new Programmer joins the chat, it will notify all other Programmers in corresponding room.
- QSCode also shows all active Programmers in corresponding room.
- When a Programmer codes in a room, it will broadcast to all other Programmers in same room.
- When a Programmer lefts the room, it will notify all other Programmers in corresponding room.
- Home Page of QSCode :