Prototype in minutes, scale to millions
Development framework for creating multiplayer games.
Game development made easy
Data persistance
Intuitive persistence layer provided out of the box. Update the in-memory game state and the framework handles persistence.
State sync
Connected clients are always up-to-date. Developers will never have to deal with WebSocket, HTTP or TCP code to get their game running — we take care of that behind the scenes.
Optimized networking
Declarative data model provided out of the box generates an optimized binary protocol for your data. Combined with powerful delta compression techniques, messages are significantly smaller than JSON snapshots.