- multiple users can join a room for simultaneous editing in realtime.
- single user creates a room.
- user who created/joined the room can share the room ID for invite.
- websockets used for realtime data streaming.
- React used in frontend and Node.js in backend.
- react-hot-toast used for notification.
- uuid library for generating random long string for using as Room ID.
- cd client && npm start (on terminal 1)
- cd server && npm run server (on terminal 2)