mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-22 15:41:56 -04:00
5cc11d8b06
This commit adds the `quickstart-chat` Rust module and client to the appropriate examples dirs.
23 lines
1.5 KiB
Markdown
23 lines
1.5 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/server-languages/rust/rust-module-quickstart-guide).
|
|
|
|
## 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 client quickstart](https://spacetimedb.com/docs/client-languages/rust/rust-sdk-quickstart-guide).
|
|
|
|
### 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# client quickstart](https://spacetimedb.com/docs/client-languages/csharp-sdk/csharp-sdk-quickstart-guide).
|
|
|
|
### Python
|
|
|
|
A Python command-line client for this module is defined in [the Python SDK's examples](https://github.com/clockworklabs/spacetimedb-python-sdk/tree/master/examples/quickstart/client), and described by [the SpacetimeDB Python client quickstart](https://spacetimedb.com/docs/client-languages/python/python-sdk-quickstart-guide).
|
|
|
|
### TypeScript
|
|
|
|
|
|
A web client for this module, built with TypeScript and React, is defined in [the TypeScript SDK's examples](https://github.com/spacetimedb-typescript-sdk/tree/master/examples/quickstart/client), and described by [the SpacetimeDB TypeScript client quickstart](https://spacetimedb.com/docs/client-languages/typescript/typescript-sdk-quickstart-guide).
|