Skip to main content

Realtime

Turns out Convex is automatically realtime! You don’t have to do anything special if you are already using query functions, database, and client libraries in your app. Convex tracks the dependencies to your query functions, including database changes, and triggers the subscription in the client libraries.

Convex is automatically reactive and realtime

You can learn how to handle and use realtime and reactive queries in Convex on Stack

Related posts from StackStack