Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix WebSocket protocol names in HTTP /database reference #187

Closed
wants to merge 1 commit into from

Conversation

gefjon
Copy link
Contributor

@gefjon gefjon commented Feb 27, 2025

Websocket procotols have been renamed since this was written.

@gefjon gefjon requested a review from coolreader18 February 27, 2025 16:34
@Boegie19
Copy link

The SpacetimeDB binary WebSocket protocol, `v1.bin.spacetimedb`, encodes messages as well as reducer and row data using [BSATN](/docs/bsatn).
Its messages are defined [here](https://github.com/clockworklabs/SpacetimeDB/blob/master/crates/client-api-messages/src/websocket.rs).
The SpacetimeDB text WebSocket protocol, `v1.text.spacetimedb`, encodes messages according to the [SATS-JSON format](/docs/sats-json).

forgot 2

@coolreader18
Copy link
Contributor

Or I'll just do this as part of #188 if that's ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants