Files
Zeke Foppa b9d30991f1 Fix remaining LICENSE files (#3193)
# Description of Changes

Apparently, I missed several license files in #3002. I'm not sure what
method I was using to find them, but apparently it was insufficient.

**This replaces all empty `LICENSE` files with an explicit (symlink to)
BSL license, and all apache licenses with symlinks to the root apache
license.** This PR does not intentionally change any license terms, so
if you see one that changed, **it's a mistake**.

# API and ABI breaking changes

None

# Expected complexity level and risk

1

# Testing

```bash
$ find . -name '*LICENSE*' -type f | grep -v '\.meta$'
./crates/sqltest/standards/LICENSE # this one is an external library that we are not allowed to re-license
./LICENSE.txt # this is the root license
```

---------

Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
2025-08-22 19:36:47 +00:00
..
2024-09-27 20:09:36 +00:00
2025-02-28 14:32:59 +00:00
2025-08-22 19:36:47 +00:00

quickstart-chat Rust example

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 SDK quickstart.

C#

A C# command-line client for this module is defined in the C# SDK's examples, and described by the SpacetimeDB C# SDK 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 SDK quickstart.