JavaScript, Node v1.0.0-beta
Last updated
Was this helpful?
This documentation is your one-stop resource for integrating Flagship integration for OpenFeature into your JavaScript server-side ecosystem. Our library comes with preconfigured methods designed to simplify the implementation of the Decision API or Bucketing Mode. Let's get started on enhancing your development experience with OpenFeature x Flagship!
Installation: Step-by-step instructions to set up OpenFeature in your environment.
Quick Start: Get up and running with Flagship in no time.
Reference: Detailed API documentation for in-depth understanding.
This version of the SDK lets you :
Set a visitor ID
Update visitor context
Get flag via the Decision API or via Bucketing Mode
-Your server/device must have access to the internet.
Github repository: [https://github.com/flagship-io/openfeature-provider-js](https://github.com/flagship-io/openfeature-provider-js)
📘 Javascript SDK - Engine compatibility
Our Javascript SDK is compatible with :
Node.js runtime
The latest version of our Javascript SDK is 1.0.0-beta.
Find the versions change logs on our Github Repository.
Feel free to contact us if you have any questions regarding this documentation.
Last updated
Was this helpful?
Was this helpful?
* **Node.js**: version 6.0.0 or later
* **NPM**: version 3.0.0 or later * SDK runs server-side
* Typescript code supported
