alabid / flylatex

FlyLatex: A Realtime Collaborative Environment (with a concurrent editor) in node-js.
766 stars 85 forks source link

using sharejs doc on server side when saving #31

Closed marcofucci closed 11 years ago

marcofucci commented 11 years ago

The current implementation posts the whole text when saving a document whilst it could be better to actually use the sharejs version on the server side. In this way you would be able to speed up the operation and save on the amount of data transferred.