Trying to set up a chat room in Godot following the SpacetimeDB docs
Find a file
2025-05-23 11:00:11 -04:00
client implement client side 2025-05-23 11:00:11 -04:00
server followed docs on server setup 2025-05-23 11:00:11 -04:00
.editorconfig init basic editor and git configs 2025-05-20 14:26:22 -04:00
.gitattributes init basic editor and git configs 2025-05-20 14:26:22 -04:00
.gitignore init basic editor and git configs 2025-05-20 14:26:22 -04:00
bun.lockb init bun and docker compose 2025-05-23 11:00:11 -04:00
docker-compose.yml init bun and docker compose 2025-05-23 11:00:11 -04:00
massive.sln implement client side 2025-05-23 11:00:11 -04:00
mise.toml mise 2025-05-20 14:25:54 -04:00
package.json init bun and docker compose 2025-05-23 11:00:11 -04:00
README.md followed docs on server setup 2025-05-23 11:00:11 -04:00

Massive

Setup

Install run-times

mise use

Install SpacetimeDB

curl -sSf https://install.spacetimedb.com | sh

Installs to

CLI configuration directory: /home/baobeld/.config/spacetime/
Spacetime binary: /home/baobeld/.local/bin/spacetime
directory for installed SpacetimeDB versions: /home/baobeld/.local/share/spacetime/bin
database directory: /home/baobeld/.local/share/spacetime/data

And enable WebAssembly:

dotnet workload install wasi-experimental
bun server:up

Add the spacetime docker server to your cli

spacetime server add --url http://localhost:3000 massive