Operational Transformation library?

前端 未结 14 949
醉酒成梦
醉酒成梦 2020-11-27 09:00

I\'m looking for a library that would allow me to synchronize text in real-time between multiple users (ala Google Docs).

I\'ve stumbled upon Operational Transformat

14条回答
  •  青春惊慌失措
    2020-11-27 09:29

    With a js client lib (Strophe.js) you could use a free XMPP server (like jabber.org) along with my client-side OT lib (JSOTTEST) to build a complete client-server system.

    I will submit the src of a demo client-server chat system when I have time to revise the code.

提交回复
热议问题