js-sdk-contrib icon indicating copy to clipboard operation
js-sdk-contrib copied to clipboard

feat: Create a Growthbook server side provider

Open msamper opened this issue 8 months ago • 4 comments

This PR

  • adds a new OpenFeature GrowthBook server provider

How to test

Integrate OpenFeature into a test node server and set it up with this new GrowthBook provider. Ensure that GrowthBook flag evaluation works as expected using the OpenFeature API

How to set up OpenFeature with node

OpenFeature.setProvider(new GrowthbookProvider(gbContext, initOptions))

msamper avatar Jun 07 '24 19:06 msamper