File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1- # DevCycle NodeJS Server SDK
1+ # DevCycle EdgeWorker Server SDK
22
3- The NodeJS Server SDK for DevCycle.
4-
5- This SDK uses local bucketing to perform all user segmentation and bucketing locally in the SDK,
6- providing immediate responses to variable and feature requests for a user.
7- The SDK will download the latest version of your DevCycle environments configuration from a CDN on initialization,
8- and will periodically poll the CDN for configuration changes.
3+ This SDK supports EdgeWorker environments like CloudFlare Worker WebWorker environments.
4+ It acts as a server-side SDK for EdgeWorker environments, either in local or cloud bucketing mode.
5+ Local bucketing mode will make all variable evaluations locally in the SDK after fetching the latest
6+ project configuration from our CDN. Whereas cloud bucketing mode will make a request to the DevCycle bucketing API,
7+ hosted on a Cloudflare Worker, for all variable evaluations. See the docs for more information.
98
109### Installation
1110
You can’t perform that action at this time.
0 commit comments