Realtime backend platform
Spacetime
Write your schema and business logic as a module in Rust, C#, TypeScript, or C++. Spacetime compiles it, runs it inside the database, and keeps every connected client up to date in real time. No need for separate servers and writing your own sync code.
- DatabaseYour state lives in one place and is always durable.
- Server logicYour code runs inside the database, not next to it.
- AuthIdentity and permissions come built in.
- Realtime syncEvery connected client receives updates the moment state changes.
- Rust
- C#
- TypeScript
- C++

