PietroP
Convex Community3y ago
4 replies
Pietro

Server side Query observer

Hi is it possible to create a server side application that is also reactive to simulate a Pub/Sub type setup?

I understand that the React API under the hood must be doing this (connecting my node to your socket or something and get notified) but I could not figure out on the docs.

Or is the right way to poll the api/query endpoint? or perhaps the watch endpoint (which I'd love to see an example of).

Thanks
P.
Was this page helpful?