No description
10417c9447
The WebSocket that each child created with WSD is not used except to request the child to load the document a client requests. Beyond this point, it was not utilized for anything. In fact, there are no handlers in WSD for messages coming from the child; it is a one-way communication. That is until now. With the move to unify communication between WSD and each child, DocumentBroker can now receive and handle messages from its ChildProcess. Change-Id: Ie7f030a92db8303cd7087fff2325f136a49bc7fc Reviewed-on: https://gerrit.libreoffice.org/24581 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com> |
||
---|---|---|
loleaflet | ||
loolwsd | ||
scripts | ||
.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.