A minimalist realtime collaborative editor in Node.JS
Litepad editor is the most minimalist implementation of a real-time collaborative editor. Litepad uses Socket.io to share every keystroke with all connected users.
1.- Clone the project
2.- Do npm start
3.- Load localhost:4000
GPL