Multi-user apps are just single-user apps with multi-user networking. Central provides the building blocks so you can focus on building your core features. Instead of onboarding your team into exotic APIs, you can put together your multi-user app in a day by embedding simple packages.
No need to worry about handling memory limits or errors from edge cases. Central manages the hard stuff. Add front-end handler and assign backend worker to Central easily no matter your product maturity.
const object = centralClient
.handleIncomingOp(response)
.then(op => op);
object.color = "#141414"
await centralClient
.setObject(object);
We'd like to realise a collaborative future for the internet. We'd love to start with you.