DevCycle Node.js Server SDK
There are two modes for the SDK, Cloud bucketing (using the Bucketing API) and Local Bucketing.
We recommend using the Local Bucketing mode by default, as it performs fast local evaluations of your feature flags. If you need access to EdgeDB you will need to use the Cloud Bucketing mode of the SDK.
Installation
Installing the SDK
Getting Started
Initializing the SDK
Usage
Using the SDK
OpenFeature
How to implement the OpenFeature Provider
Bootstrapping / SSR
SDK features for bootstrapping a client SDK on the server
The SDK is available as a package on NPM, with a full Typescript interface. It is also open source and can be viewed on the DevCycle GitHub.