All Products
Search
Document Center

Alibaba Cloud Model Studio:Download SDKs and Demos

Last Updated:Sep 18, 2026

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:

PlatformIntegration GuideAPI ReferenceSDK PackageDemo
AndroidIntegration GuideAPI ReferenceMaven: cn.happyoyster:opensdk (latest stable)Source code
iOSIntegration GuideAPI ReferenceCocoaPods: HappyOysterSDK (1.0.3, public Trunk)Source code
WebIntegration GuideAPI Referencenpm: @happy-oyster/js-sdkOut-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.

ServerDemo
NodeNode server reference implementation
PythonPython server reference implementation

NoteImplement your own backend for production; do not depend directly on the services in the demos.