Skip to content

Commit 0129dd7

Browse files
fix: update README
1 parent ee15670 commit 0129dd7

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

sdk/edge-worker-server/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
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

0 commit comments

Comments
 (0)