mizzao / meteor-sharejs

Meteor smart package for transparently adding ShareJS editors to an app
MIT License
225 stars 53 forks source link

OP-log support / Scaling #58

Closed maxnowack closed 8 years ago

maxnowack commented 8 years ago

Does this package support multiple instances?

mizzao commented 8 years ago

No. It doesn't use Meteor's livedata at all and it's a pretty hacky integration.

Also, it's using the old 0.6 branch of ShareJS.

maxnowack commented 8 years ago

Sounds like a deprecation notice ;-) Do you have a recommendation for doing collaborative editing ready for production use?

mizzao commented 8 years ago

No, but you may want to look at share/ShareJS#1.

maxnowack commented 8 years ago

Thank you! :)