Make change visible quickly
React to new, updated, or removed records while people are using the product.
Home / Product / Realtime events
Make experiences livePublish live create, update, and delete events so permitted clients can react without repeatedly asking whether something changed.
A teammate assigns a task, an operator resolves a request, or a customer uploads a document. Without live updates, other screens remain stale until someone refreshes or the client polls again.
Daptin publishes events after successful record changes and exposes live topics over WebSockets. Compatible multi-node deployments distribute that fanout through the shared runtime.
The event tells the client that something changed; the ordinary resource API remains the source for current durable data. This keeps live experience and stored truth in their appropriate roles.
React to new, updated, or removed records while people are using the product.
Keep a connection for relevant events rather than repeating list requests.
Use the same record and identity context as the rest of the backend.
Realtime events does more when it can reuse the records, people, access rules, and workflows already in your application.
A permitted operation commits a record update.
The runtime sends the relevant event to its live topic.
The connection and subscription follow the supported access rules.
The client updates the experience or reads the latest record.
Start from the experience you want to create; the backend capability supports the work behind it.
Show new and reassigned requests to the right operations team.
Update a customer-facing progress view when work advances.
Keep totals and recent activity current across several viewers.
These capabilities share the same application context, so each one makes realtime events more useful.
Realtime events are live fanout, not a durable event log. Disconnected or slow clients can miss delivery and should reload durable state. Capacity-test connection counts, fanout, and multi-node behavior.
Run Daptin locally, explore the live administration surface, and follow one complete application path.