Skip to content

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 important in order for the collaboration

Notifications You must be signed in to change notification settings

prajwalhaniya/collaborative-text-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

collaborative-text-editor

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

Image

alt text

How to run ?

  • 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.

About

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 important in order for the collaboration

Topics

Resources

Stars

Watchers

Forks