mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-19 22:22:57 -04:00
85ffb2838c
Signed-off-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com> Co-authored-by: Zeke Foppa <196249+bfops@users.noreply.github.com>
18 lines
1.1 KiB
Markdown
18 lines
1.1 KiB
Markdown
# `quickstart-chat`
|
|
|
|
A SpacetimeDB module which defines a simple chat server. This module is explained in-depth by [the SpacetimeDB Rust module quickstart](https://spacetimedb.com/docs/modules/rust/quickstart).
|
|
|
|
## Clients
|
|
|
|
### Rust
|
|
|
|
A Rust command-line client for this module is defined in [the Rust SDK's examples](/crates/sdk/examples/quickstart-chat), and described by [the SpacetimeDB Rust SDK quickstart](https://spacetimedb.com/docs/sdks/rust/quickstart).
|
|
|
|
### C#
|
|
|
|
A C# command-line client for this module is defined in [the C# SDK's examples](https://github.com/clockworklabs/spacetimedb-csharp-sdk/tree/master/examples/quickstart/client), and described by [the SpacetimeDB C# SDK quickstart](https://spacetimedb.com/docs/sdks/csharp/quickstart).
|
|
|
|
### TypeScript
|
|
|
|
A web client for this module, built with TypeScript and React, is defined in [the TypeScript SDK's examples](https://github.com/clockworklabs/spacetimedb-typescript-sdk/tree/master/examples/quickstart), and described by [the SpacetimeDB TypeScript SDK quickstart](https://spacetimedb.com/docs/sdks/typescript/quickstart).
|