{"id":15297262,"url":"https://github.com/launchdarkly/node-client-sdk","last_synced_at":"2026-03-03T03:36:43.479Z","repository":{"id":34732282,"uuid":"183089684","full_name":"launchdarkly/node-client-sdk","owner":"launchdarkly","description":"LaunchDarkly Client-side SDK for Node.js","archived":false,"fork":false,"pushed_at":"2024-10-25T16:56:01.000Z","size":770,"stargazers_count":9,"open_issues_count":0,"forks_count":5,"subscribers_count":38,"default_branch":"main","last_synced_at":"2025-01-06T08:04:49.111Z","etag":null,"topics":["feature-flags","feature-toggles","javascript","js","launchdarkly","launchdarkly-sdk","managed-by-terraform","mirror","node","node-js","nodejs","sdk"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/launchdarkly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-23T20:19:11.000Z","updated_at":"2024-10-25T16:56:05.000Z","dependencies_parsed_at":"2024-01-17T15:04:42.106Z","dependency_job_id":"d6e55ce9-2189-430c-bf49-82f8b10cf185","html_url":"https://github.com/launchdarkly/node-client-sdk","commit_stats":{"total_commits":171,"total_committers":13,"mean_commits":"13.153846153846153","dds":0.4678362573099415,"last_synced_commit":"bdcc4f50b923aaa4e53b6caff4cb208ed5684036"},"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchdarkly%2Fnode-client-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchdarkly%2Fnode-client-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchdarkly%2Fnode-client-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchdarkly%2Fnode-client-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/launchdarkly","download_url":"https://codeload.github.com/launchdarkly/node-client-sdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244066180,"owners_count":20392406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["feature-flags","feature-toggles","javascript","js","launchdarkly","launchdarkly-sdk","managed-by-terraform","mirror","node","node-js","nodejs","sdk"],"created_at":"2024-09-30T19:16:06.708Z","updated_at":"2026-03-03T03:36:38.447Z","avatar_url":"https://github.com/launchdarkly.png","language":"JavaScript","readme":"# LaunchDarkly Client-Side SDK for Node.js\n\n[![NPM](https://img.shields.io/npm/v/launchdarkly-node-client-sdk.svg?style=flat-square)](https://www.npmjs.com/package/launchdarkly-node-client-sdk)\n[![Build and Test](https://github.com/launchdarkly/node-client-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/launchdarkly/node-client-sdk/actions/workflows/ci.yml)\n[![Documentation](https://img.shields.io/static/v1?label=GitHub+Pages\u0026message=API+reference\u0026color=00add8)](https://launchdarkly.github.io/node-client-sdk)\n\nThe LaunchDarkly Client-Side SDK for Node.js is designed primarily for use by code that is deployed to an end user, such as in a desktop application or a smart device. It follows the client-side LaunchDarkly model for single-user contexts (much like our mobile or JavaScript SDKs). It is not intended for use in multi-user systems such as web servers and applications.\n\nFor using LaunchDarkly in *server-side* Node.js applications, refer to our [Server-side Node.js SDK](https://github.com/launchdarkly/js-core/tree/main/packages/sdk/server-node).\n\n## LaunchDarkly overview\n\n[LaunchDarkly](https://www.launchdarkly.com) is a feature management platform that serves trillions of feature flags daily to help teams build better software, faster. [Get started](https://docs.launchdarkly.com/home/getting-started) using LaunchDarkly today!\n\n[![Twitter Follow](https://img.shields.io/twitter/follow/launchdarkly.svg?style=social\u0026label=Follow\u0026maxAge=2592000)](https://twitter.com/intent/follow?screen_name=launchdarkly)\n\n## Supported Node versions\n\nThis version of the LaunchDarkly SDK is compatible with Node.js versions 12 and above.\n\n## Getting started\n\nRefer to the [SDK documentation](https://docs.launchdarkly.com/sdk/client-side/node-js#getting-started) for instructions on getting started with using the SDK.\n\n## Learn more\n\nRead our [documentation](https://docs.launchdarkly.com) for in-depth instructions on configuring and using LaunchDarkly. You can also head straight to the [complete reference guide for this SDK](https://docs.launchdarkly.com/docs/node-client-sdk-reference).\n\nThe authoritative description of all properties and methods is in the [TypeScript documentation](https://launchdarkly.github.io/node-client-sdk/).\n\n## Testing\n\nWe run integration tests for all our SDKs using a centralized test harness. This approach gives us the ability to test for consistency across SDKs, as well as test networking behavior in a long-running application. These tests cover each method in the SDK, and verify that event sending, flag evaluation, stream reconnection, and other aspects of the SDK all behave correctly.\n\n## Contributing\n\nWe encourage pull requests and other contributions from the community. Check out our [contributing guidelines](CONTRIBUTING.md) for instructions on how to contribute to this SDK.\n\n## About LaunchDarkly\n\n* LaunchDarkly is a continuous delivery platform that provides feature flags as a service and allows developers to iterate quickly and safely. We allow you to easily flag your features and manage them from the LaunchDarkly dashboard.  With LaunchDarkly, you can:\n    * Roll out a new feature to a subset of your users (like a group of users who opt-in to a beta tester group), gathering feedback and bug reports from real-world use cases.\n    * Gradually roll out a feature to an increasing percentage of users, and track the effect that the feature has on key metrics (for instance, how likely is a user to complete a purchase if they have feature A versus feature B?).\n    * Turn off a feature that you realize is causing performance problems in production, without needing to re-deploy, or even restart the application with a changed configuration file.\n    * Grant access to certain features based on user attributes, like payment plan (eg: users on the ‘gold’ plan get access to more features than users in the ‘silver’ plan). Disable parts of your application to facilitate maintenance, without taking everything offline.\n* LaunchDarkly provides feature flag SDKs for a wide variety of languages and technologies. Read [our documentation](https://docs.launchdarkly.com/sdk) for a complete list.\n* Explore LaunchDarkly\n    * [launchdarkly.com](https://www.launchdarkly.com/ \"LaunchDarkly Main Website\") for more information\n    * [docs.launchdarkly.com](https://docs.launchdarkly.com/  \"LaunchDarkly Documentation\") for our documentation and SDK reference guides\n    * [apidocs.launchdarkly.com](https://apidocs.launchdarkly.com/  \"LaunchDarkly API Documentation\") for our API documentation\n    * [blog.launchdarkly.com](https://blog.launchdarkly.com/  \"LaunchDarkly Blog Documentation\") for the latest product updates\n","funding_links":[],"categories":["Feature Control - LaunchDarkly"],"sub_categories":["React Components"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaunchdarkly%2Fnode-client-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaunchdarkly%2Fnode-client-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaunchdarkly%2Fnode-client-sdk/lists"}