Skip to main content
Capabilities

Multiplayer

Share realtime state between every client connected to an app.

An actor holds the shared state for one room and broadcasts events to every connected client. View the complete example.

The server is the generated app. The client shows how your own system connects to the actors inside it.

Dynamic Apps does not wrap RivetKit’s action, event, or connection APIs. See Events and Connections in Rivet Actors.