SDKs
Use an official SDK. Do not invent your own JSON text frames.
| SDK | Package | Status |
|---|---|---|
| JavaScript / TypeScript | @fastpubsub-sdk/client | Published (browser and Node.js WebSocket; browser WebTransport) |
| Rust | fastpubsub-sdk | Published |
| C# | repository wrapper around the Rust FFI | Not a published package |
| Java | repository wrapper around the Rust FFI | Not a published package |
Pages in this section:
- JavaScript SDK
- Rust SDK
- WebTransport
- Filters
- WebSocket client — reconnect notes if you read the wire yourself
Wire protocol details belong in API. Token HTTP API belongs in REST.