Open
Description
Is your feature request related to a problem? Please describe.
The purpose of this backend is to provide realtime interaction. When users create, modify or delete documents, sections or resources, there is no way of letting clients know about this. This leads to inconsistencies between the server and the client which can cause errors like f.ex. trying to open an already renamed, moved or deleted document.
Describe the solution you'd like
Provide a realtime communication channel between the server and the client, similar to how the document sync works, but for general purpose events. This API should be websocket based and should replace the REST api.