The collaborative text-editor is built using JS and socket-io. This can be used to collaborate between multiple people writing codes/documentation. The sockets are the important in order for the collaboration
- Download/ clone the repository into your local machine.
- Inside the server folder npm install
- After npm install run the server(necessary for connection between two peers) nodemon index.js (install nodemon in case if you haven't)
- open the index.html on two different windows and start typing. If everything is finely installed in your machine then the collaborative text editor must work fine.