Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .babelrc | ||
| .eslintrc.json | ||
| CHANGELOG.md | ||
| README.md | ||
| babel.config.json | ||
| jest.config.ts | ||
| package.json | ||
| project.json | ||
| tsconfig.json | ||
| tsconfig.lib.json | ||
| tsconfig.spec.json | ||
README.md
Server-side Go Feature Flag Provider
This provider is an implementation for go-feature-flag a simple and complete
feature flag solution, without any complex backend system to install, all you need is a file as your backend.
It uses go-feature-flag-relay-proxy which expose the capabilities of the SDK through an API layer.
Installation
$ npm install @openfeature/go-feature-flag-provider
Required peer dependencies
$ npm install @openfeature/server-sdk