/peerpad

Online editor providing collaborative editing in really real-time using CRDTs and IPFS.

Primary LanguageJavaScriptMIT LicenseMIT

Peerpad

Peerpad is a decentralized editor that allows concurrent writing of text. Besides making live changes to a given document, it allows read-only nodes to follow the changes in real-time. It also allows you to publish a self-contained snapshot of the document to IPFS.

Install

$ npm install peerpad
$ cd peerpad

Start

$ npm start

Head out to http://localhost:12345

Docs

Want to hack on Peerpad?

License

MIT