Skip to main content

Overview

In addition to the client-side web experimentation capabilities, Kameleoon has extensive support for server-side feature management and experimentation on web apps, mobile apps, TV and gaming apps, or any other apps connected to the internet.

Here are a few of the additional features you can implement using any of our SDKs:

tip

Join our Slack Community for questions about product features and get access to the latest updates.

Supported Platforms

Kameleoon continually adds support for new languages and enhances our existing SDKs with new features and methods. The minimum version you need for some SDK features varies depending on the language. The SDK compatibility table shows which features are available in each language and the minimum SDK version you need to implement it. For comprehensive version history, see the changelog file in the SDK Github repository. We recommend subscribing to receive email notifications.

Server-Side SDKs

SDKJavaC#PHPNodeJSRubyPythonGo
Real-Time Streaming2.0.62.2.0-1.0.02.1.02.0.02.1.0
Feature Variations3.0.03.0.03.0.01.0.02.0.02.1.02.0.0
Multi-environment Feature Flags2.0.42.1.42.0.91.0.01.0.101.0.21.0.5
Retrieve variables for FF2.0.42.1.72.0.91.0.01.0.101.0.21.0.5
"Targeted Experiment" condition2.0.62.2.02.1.31.0.02.0.02.0.02.0.0
"Exclusive Experiment" condition2.0.62.2.02.1.31.0.02.0.02.0.02.0.0
Return list of experiments targeted for a user2.0.62.1.73.0.01.0.02.0.02.0.02.0.0
Return list of flags targeted for a user2.0.62.1.73.0.01.0.02.0.02.0.02.0.0
Return list of feature variables3.0.02.1.93.0.01.0.02.0.02.0.02.0.0
Get remote data (RetrieveDataFromRemoteSource)2.0.52.1.52.1.01.0.01.1.01.0.31.0.6
"Device" data type2.0.62.2.02.1.11.0.02.0.02.0.02.0.0
"User-Agent" data type3.0.02.2.13.0.01.0.02.0.02.1.02.0.0
Get engine tracking code3.1.03.1.03.1.02.1.02.1.02.2.02.1.0

Client-Side or Mobile SDKs

SDKAndroid (Kotlin/Java)iOS (Swift)JS/TSFlutterReact/React Native
Real-Time Streaming2.1.02.1.01.0.02.0.06.0.0
Feature Variations3.0.03.0.01.0.02.0.06.0.0
Multi-environment Feature Flags2.0.122.0.141.0.01.0.36.0.0
Retrieve variables for FF2.0.122.0.141.0.01.0.31.0.0
"Targeted Experiment" condition2.1.12.1.21.0.02.0.04.0.0
"Exclusive Experiment" condition2.1.12.1.21.0.02.0.04.0.0
Return list of experiments targeted for a user2.1.12.1.21.0.02.0.06.0.0
Return list of flags targeted for a user2.1.12.1.21.0.02.0.06.0.0
Return list of feature variables2.1.12.1.31.0.02.0.01.0.0
Get remote data (RetrieveDataFromRemoteSource)2.0.132.0.151.0.01.0.32.1.0
Device data type2.1.12.1.21.0.02.0.04.0.0
note

All of our SDKs are zero-latency SDKs, which means client-side code performs all campaign allocations. Because the allocations are not completed using a remote server call, the impact on your website performance is under a millisecond compared to ~50 ms on average for API-based technologies.

Serverless edge compute platforms

Kameleoon also supports feature management and experimentation at the edge by providing a set of starter kits to implement feature flags and experiments using serverless edge compute platforms offered by modern Content Delivery Networks (CDNs), such as Akamai EdgeWorkers, AWS Lambda@Edge, Cloudflare Workers, Fastly Compute@Edge and Vercel Edge Functions.

ModuleCurrent VersionRelease Date
Fastly starter kit0.2.0April 2023
Cloudflare Workers0.2.0April 2023
Akamai EdgeWorkersComing soon
AWS Lambda@EdgeComing soon
Vercel Edge Functions0.1.0April 2023

Web Server Modules

ModuleCurrent VersionRelease Date
Nginx web server module1.0.24September 2022
caution

The web server module for Nginx currently only supports experiments.

API

If our SDKs do not support the language used in your application, you can either create a service yourself using one of our SDKs or create a bespoke implementation of the API.

note

The JavaScript / TypeScript SDK supports all modern JS frameworks, such as Angular, Vue.js and Next.js so you can always use the JavaScript/TypeScript SDK for front-end work instead of using the API approach.

In cases where low latency is a priority while updating targeting conditions and configurations on the fly, choosing an API implementation against an SDK implementation comes with a significant increase in latency. Visit our API documentation to learn more.