Skip to content

Installing the client side SDK (client-SDK, or cSDK)

The client side SDK is included as pure JavaScript and can be installed via npm.

Supports both CommonJS and AMD module systems, as well as typescript types.

npm install @iocaptcha/client
package

Installing the server side SDK (server-SDK, or sSDK)

The official server side SDKs are currently available in the following languages;

Unofficial server side SDKs have been made by third parties, and are available in the following languages;

Installing the Node.js sSDK

The Node.js sSDK is available on npm.

npm install @iocaptcha/server
package

Installing the Rust sSDK

The Rust sSDK is available on crates.io.

[Cargo.toml]

[dependencies]
iocaptcha = "0.1.0"