0.5.5 • Published 4 years ago

prosemirror-collab-plus v0.5.5

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

pmcp: prosemirror-collab-plus

Robust collaborative editing with ProseMirror.

yarn add prosemirror-collab-plus

Improvements over prosemirror-collab:

  • Server-side rebasing drastically reduces network round-trips
  • Steps are queued and sent as commits, reducing overhead
  • When possible, steps are merged prior to network transport
  • Uses network adapters to make integration with server-side frameworks easy (see rails-collab)
  • Includes @pmcp/authority, which handles applying document changes server-side and optionally exposes a simple json-based RPC protocol so that it can be embedded in any backend.
  • Seamlessly handles network interruptions, out-of-order delivery and duplicate delivery
  • Supports syncing the client's selection (experimental)
0.5.4

4 years ago

0.5.5

4 years ago

0.5.3

4 years ago

0.5.2

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago