mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-11 10:29:21 -04:00
5cc11d8b06
This commit adds the `quickstart-chat` Rust module and client to the appropriate examples dirs.
1.5 KiB
1.5 KiB
quickstart-chat
A SpacetimeDB module which defines a simple chat server. This module is explained in-depth by the SpacetimeDB Rust module quickstart.
Clients
Rust
A Rust command-line client for this module is defined in the Rust SDK's examples, and described by the SpacetimeDB Rust client quickstart.
C#
A C# command-line client for this module is defined in the C# SDK's examples, and described by the SpacetimeDB C# client quickstart.
Python
A Python command-line client for this module is defined in the Python SDK's examples, and described by the SpacetimeDB Python client quickstart.
TypeScript
A web client for this module, built with TypeScript and React, is defined in the TypeScript SDK's examples, and described by the SpacetimeDB TypeScript client quickstart.