js-sdk-contrib/libs/providers/go-feature-flag
renovate[bot] 523d2dec23
fix(security): update dependency axios to v1.12.0 [security] (#1373)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-14 02:08:47 +00:00
..
src chore: add "type" import enforcement lint rule and apply (#1292) 2025-05-30 13:06:18 -04:00
.babelrc chore: migrate to nx 16 (#366) 2023-05-15 14:28:50 -04:00
.eslintrc.json feat: Go feature flag provider (#64) 2022-07-21 15:06:07 -04:00
CHANGELOG.md chore(main): release go-feature-flag-provider 0.7.8 (#1285) 2025-05-26 20:38:01 +02:00
README.md chore!: use @openfeature/server-sdk peer (#608) 2023-10-11 15:28:53 -04:00
babel.config.json feat: flagd-web provider (#142) 2022-11-21 14:58:23 -05:00
jest.config.ts chore: goff test env correction (#672) 2023-12-06 14:41:16 -05:00
package.json fix(security): update dependency axios to v1.12.0 [security] (#1373) 2025-09-14 02:08:47 +00:00
project.json chore: update nx packages (#1147) 2025-01-10 11:36:17 -05:00
tsconfig.json feat: Go feature flag provider (#64) 2022-07-21 15:06:07 -04:00
tsconfig.lib.json feat: Go feature flag provider (#64) 2022-07-21 15:06:07 -04:00
tsconfig.spec.json feat: Go feature flag provider (#64) 2022-07-21 15:06:07 -04:00

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