Package Exports
- @devcycle/nodejs-server-sdk
- @devcycle/nodejs-server-sdk/src/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@devcycle/nodejs-server-sdk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
DevCycle Node.js Server SDK
The Node.js Server SDK for DevCycle.
DevCycle is a feature flag management provider with robust support for user targeting, realtime updates of flag values and deep integrations with your development workflow.
This SDK uses local bucketing to perform all user segmentation and bucketing locally in the SDK, providing immediate responses to variable and feature requests for a user. The SDK will download the latest version of your DevCycle environments configuration from a CDN on initialization, and will periodically poll the CDN for configuration changes.
Installation
Our library can be found on npm and installed by the following:
npm install @devcycle/nodejs-server-sdk
Usage
To find usage documentation, visit our docs.