Download the HappyOyster client SDKs and server-side demo reference implementations.
Client SDKs and Demos
The SDKs encapsulate the RTC connection and Travel control, ready to use out of the box. Choose the SDK documentation for your target platform:
| Platform | Integration Guide | API Reference | SDK Package | Demo |
|---|---|---|---|---|
| Android | Integration Guide | API Reference | Maven: cn.happyoyster:opensdk (latest stable) | Source code |
| iOS | Integration Guide | API Reference | CocoaPods: HappyOysterSDK (1.0.3, public Trunk) | Source code |
| Web | Integration Guide | API Reference | npm: @happy-oyster/js-sdk | Out-of-the-box web demo (with Node server) |
Server-side Demos
The server-side demos expose /server-api/* to illustrate temporary API Key (token) issuance, single-use ticket exchange, and server-side logic for Worlds, history, and artifacts — a reference for building your own backend.
| Server | Demo |
|---|---|
| Node | Node server reference implementation |
| Python | Python server reference implementation |
Implement your own backend for production; do not depend directly on the services in the demos.