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:
- Use feature flags and feature experiments with advanced rollout and targeted delivery rules.
- Combine server-side experiments with client-side native capabilities using Hybrid experimentation.
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
SDK | Java | C# | PHP | NodeJS | Ruby | Python | Go |
---|---|---|---|---|---|---|---|
Real-time streaming | 2.0.6 | 2.2.0 | - | 1.0.0 | 2.1.0 | 2.0.0 | 2.1.0 |
Feature experiments | 3.0.0 | 3.0.0 | 3.0.0 | 1.0.0 | 2.0.0 | 2.1.0 | 2.0.0 |
Multi-environment feature flags | 2.0.4 | 2.1.4 | 2.0.9 | 1.0.0 | 1.0.10 | 1.0.2 | 1.0.5 |
Feature flag variables | 2.0.4 | 2.1.7 | 2.0.9 | 1.0.0 | 1.0.10 | 1.0.2 | 1.0.5 |
Predefined targeting conditions | 2.0.6 | 2.2.0 | 2.1.3 | 1.0.0 | 2.0.0 | 2.0.0 | 2.0.0 |
Retrieve all targeted feature flags | 2.0.6 | 2.1.7 | 3.0.0 | 1.0.0 | 2.0.0 | 2.0.0 | 2.0.0 |
Retrieve all feature flags variables | 3.0.0 | 2.1.9 | 3.0.0 | 1.0.0 | 2.0.0 | 2.0.0 | 2.0.0 |
Retrieve data for a user key (Data API Map endpoint) | 2.0.5 | 2.1.5 | 2.1.0 | 1.0.0 | 1.1.0 | 1.0.3 | 1.0.6 |
Retrieve browsing data for a user (Data API Visitor endpoint) | 3.2.0 | 3.3.0 | 3.3.0 | 2.2.0 | 2.2.0 | 2.4.0 | 2.3.0 |
Analytics integration | 3.1.0 | 3.1.0 | 3.1.0 | 2.1.0 | 2.1.0 | 2.2.0 | 2.1.0 |
Legal consent management | 4.0.0 | 4.0.0 | 4.0.0 | 3.1.0 | 3.0.0 | 3.0.0 | 3.0.0 |
Data warehouse integration | 4.1.0 | 4.3.0 | 4.1.0 | 2.8.0 | 3.1.0 | 3.1.0 | 3.1.0 |
Cross-device experimentation | 4.1.0 | 4.3.0 | 4.1.0 | 2.8.0 | 3.1.0 | 3.1.0 | 3.1.0 |
Client-side or mobile SDKs
SDK | Android (Kotlin/Java) | iOS (Swift) | JavaScript/TypeScript | Flutter | React/React Native |
---|---|---|---|---|---|
Real-time streaming | 2.1.0 | 2.1.0 | 1.0.0 | 2.0.0 | 6.0.0 |
Feature experiments | 3.0.0 | 3.0.0 | 1.0.0 | 2.0.0 | 6.0.0 |
Multi-environment feature flags | 2.0.12 | 2.0.14 | 1.0.0 | 1.0.3 | 6.0.0 |
Feature flag variables | 2.0.12 | 2.0.14 | 1.0.0 | 1.0.3 | 1.0.0 |
Predefined targeting conditions | 2.1.1 | 2.1.2 | 1.0.0 | 2.0.0 | 4.0.0 |
Retrieve all targeted feature flags | 2.1.1 | 2.1.2 | 1.0.0 | 2.0.0 | 6.0.0 |
Retrieve all feature flags variables | 2.1.1 | 2.1.3 | 1.0.0 | 2.0.0 | 1.0.0 |
Retrieve data for a user key (Data API Map endpoint) | 2.0.13 | 2.0.15 | 1.0.0 | 1.0.3 | 2.1.0 |
Retrieve browsing data for a user (Data API Visitor endpoint) | 3.2.0 | 4.1.0 | 1.4.0 | 7.2.2 | N/A |
Legal consent management | 4.0.0 | 4.0.0 | 2.1.0 | 3.0.0 | 8.1.0 |
Data warehouse integration | 3.3.0 | 3.1.0 | 1.8.0 | 3.0.0 | 7.6.0 |
Cross-device experimentation | 3.3.0 | 3.1.0 | 1.8.0 | 3.0.0 | 7.6.0 |
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.
Module | Current Version | Release Date |
---|---|---|
Fastly starter kit | 0.2.0 | April 2023 |
Cloudflare Workers | 0.2.0 | April 2023 |
Akamai EdgeWorkers | Coming soon | |
AWS Lambda@Edge | October 2023 | |
Vercel Edge Functions | 0.1.0 | April 2023 |
OpenFeature providers
Kameleoon supports OpenFeature, an open-source standard for feature flag management backed by the CNCF. OpenFeature ensures seamless compatibility across tools and custom solutions.
Kameleoon provides OpenFeature support for several of our SDKs. The full list can be found in our dedicated article.
Web Server Modules
Module | Current Version | Release Date |
---|---|---|
Nginx web server module | 1.0.24 | September 2022 |
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.
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. Kameleoon supports all modern JavaScript frameworks, such as Angular, Vue.js and Next.js so you can always use a JavaScript based SDK for front-end work instead of using the API approach.
Visit our API documentation to learn more about the APIs.
Selecting a JavaScript SDK
In addition to the JavaScript/TypeScript SDK, we also provide other Javascript-based SDKs: the React SDK, React Native SDK, and NodeJS SDK. Most JavaScript frameworks work with the JavaScript/TypeScript SDK, but there are some that are better suited to one of the other SDKs depending on the implementation. For example, apps that use server-side rendering (SSR) or Edge integrations should use the NodeJS SDK. Here are the recommended SDKs based on JavaScript frameworks.
Framework | Recommended SDK |
---|---|
Edge integrations (any framework) | NodeJS SDK |
Angular/AngularJS | JavaScript/TypeScript SDK |
Express | NodeJS SDK |
Deno | NodeJS SDK |
Ionic | JavaScript/TypeScript SDK |
JQuery | JavaScript/TypeScript SDK |
NestJS | NodeJS SDK |
NextJS (with SSR) | NodeJS SDK |
NextJS (without SRR) | React SDK or JavaScript/TypeScript SDK |
NodeJS | NodeJS SDK |
Plain JavaScript | JavaScript/TypeScript SDK |
React Native | React Native SDK |
React | React SDK or JavaScript/TypeScript SDK |
Svelte (with SSR) | NodeJS SDK |
Svelte (without SSR) | JavaScript/TypeScript SDK |
Vue (with SSR) | NodeJS SDK |
Vue (without SSR ) | JavaScript/TypeScript SDK |