APIActive

Normcore Room + Datastore API

Normcore's raw data layer for synchronizing state between clients, managing room connections and datastore sync.

Open source page ↗

Field note

What it does

The Room + Datastore API is the foundation of Normcore's Realtime API. It manages the connection to the room server, holds a datastore instance reflecting server state, and synchronizes all state changes via delta updates. It is Unity-agnostic and deals only with data.

Capabilities

Available capabilities

Tags

Tags

Ways to use it

Ways to use it

No integrations filed yet.

Product features

Product features

RealtimeModel Exposure

Occasionally exposes RealtimeModel for advanced use.

Unity-Agnostic

Deals only with data, unaware of Unity objects like GameObjects.