No description
bb16272e11
Renamed DocumentStoreManager to DocumentBroker and restructured the handshake process. Currently, at first client connection to a given doc a DocumentBroker is created to serve as the clearing house of all client-side activities on the document. Prime goals is loading and saving of the document, but also to guarantee race-free management of the doc. Each doc has a unique DocKey based on the URL (the path, without queries). This DocKey is used as key into a map of all DocumentBrokers. The latter is shared among MasterProcessSession instances. Change-Id: I569f2d235676e88ddc690147f3cb89faa60388c2 Reviewed-on: https://gerrit.libreoffice.org/23216 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com> |
||
---|---|---|
loleaflet | ||
loolwsd | ||
.gitreview | ||
README |
LibreOffice on-line. This project fundamentally has two pieces: loolwsd/ The server side component. loleaflet/ The client side component. First compile loolwsd, and then loleaflet. Since you need both of these to get things working, it is recommended to read the READMEs in both projects. Enjoy.