Back to Spacetimedb

Language Support

docs/versioned_docs/version-1.12.0/00100-intro/00100-getting-started/00300-language-support.md

2.1.01.7 KB
Original Source

Server Database Modules

SpacetimeDB modules define your database schema and server-side business logic. Modules can be written in three languages:

Client SDKs

Clients are applications that connect to SpacetimeDB databases. The spacetime CLI tool can automatically generate type-safe client code for your database.

Unity

SpacetimeDB was designed first and foremost as the backend for multiplayer Unity games. The C# SDK integrates seamlessly with Unity projects. Learn more in the SpacetimeDB Unity Tutorial.