Can I find documentation on Convex Realtime protocol ?
I'm trying to create my own custom Convex client and need to reimplement the subscription to events -> the real-time feature.
I can't find any documentation on how Convex communicates these events. Is there any?
For context, I am trying to use Convex as the back end for my game add-on, which forces me to create a custom client.
2 Replies
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
Resolved: I basically asked GPT, given the code of the Rust Client, how the stuff works and it seems reliable