Ecosystem Overview
beachcomber has client SDKs for 7 languages plus a POSIX shell function. All SDKs are stdlib-only (no external dependencies) and published to their native package registries as libbeachcomber.
| SDK | Registry | Install |
|---|---|---|
| Rust | crates.io | cargo add beachcomber-client |
| Python | PyPI | pip install libbeachcomber |
| Node.js | npm | npm install libbeachcomber |
| Go | Go module | go get github.com/NavistAu/beachcomber/sdks/go |
| Lua | LuaRocks | luarocks install libbeachcomber |
| Ruby | RubyGems | gem install libbeachcomber |
| C | GitHub Release | Source tarball in releases |
| Shell | N/A | Copy-paste from Shell Fallback Functions |