You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, Big fan !
I am using ShareJS + Code Mirror to develop a collaborative code editor. So far things have worked out pretty good. However, I am having difficulties finding a way to make it cluster friendly. I know I have to tap into livedb and publish that data across redis and then from the subscriber's side, feed the data to livedb client.
Is that something doable ?
If it is possible, how would ShareJS behave when multiple livedb clients try to save data into single mongodb database ?
Any hint / help would be great.
The text was updated successfully, but these errors were encountered:
Hi,
First of all, Big fan !
I am using ShareJS + Code Mirror to develop a collaborative code editor. So far things have worked out pretty good. However, I am having difficulties finding a way to make it cluster friendly. I know I have to tap into livedb and publish that data across redis and then from the subscriber's side, feed the data to livedb client.
Any hint / help would be great.
The text was updated successfully, but these errors were encountered: