Skip to content

flagbridge/sdk-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

@flagbridge/sdk-node

Official Node.js / TypeScript SDK for FlagBridge.

Note: Active development happens in the monorepo. This repo is used for distribution and issue tracking.

Installation

npm install @flagbridge/sdk-node
# or
pnpm add @flagbridge/sdk-node

Quick Start

import { FlagBridge } from '@flagbridge/sdk-node';

const fb = new FlagBridge({ apiKey: 'your-api-key' });

const enabled = await fb.getBooleanValue('new-feature', false);

Features

  • Boolean, string, and number flag evaluation
  • SSE real-time updates (planned)
  • TypeScript-first with full type safety
  • OpenFeature compatible via @flagbridge/openfeature-provider

Documentation

Full docs at flagbridge.io/docs/sdk/node

License

Apache 2.0

About

FlagBridge Node.js/TypeScript SDK

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors