Selfhosted - "cache" and "rt" endpoints aren't implemented #3796
VendettaMike
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have a self-hosted version installed and looking at ways to implement real-time collaboration. It appears that the /cache and /rt endpoints available in the online version don't exist in the released code or WAR file. I'm pretty sure the /cache is used to communicate with Pusher but not sure of the /rt portion of it.
I see there are various collaboration files in the code (P2PCollab.js, simplepeer.js, pusher.js) and it would be great to make RT work. Is there any method of creating RT with our self hosted system without the need for external services such as pusher? I understand a websocket server would be needed but I don't see any details anywhere on how to implement.
Beta Was this translation helpful? Give feedback.
All reactions