You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This SDK is used to integrate DevCycle with your Javascript server-side application, where a NodeJS runtime isn't available.
4
+
Example use-cases would be Cloudflare Workers and other edge-worker runtimes.
5
+
6
+
This SDK makes API requests to DevCycle's [Bucketing API](https://docs.devcycle.com/bucketing-api/) to perform bucketing.
7
+
See our [System Architecture Documentation](https://docs.devcycle.com/introduction/architecture#cloud-bucketing-server-sdk-architecture) for more details.
8
+
9
+
### Installation
10
+
11
+
Our library can be found on npm and installed by the following:
12
+
13
+
```
14
+
npm install @devcycle/js-cloud-server-sdk"
15
+
```
16
+
17
+
### Usage
18
+
19
+
To find usage documentation, visit our [docs](https://docs.devcycle.com/docs/sdk/server-side-sdks/node#usage).
0 commit comments