Skip to content

isabella232/hello-node-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaunchDarkly Sample Client-Side Node.js Application

We've built a simple console application that demonstrates how LaunchDarkly's SDK works. Below, you'll find the basic build procedure, but for more comprehensive instructions, you can visit your Quickstart page.

Please note that this sample application demonstrates how to use the LaunchDarkly Client-Side SDK for Node.js which 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.

For a sample application demonstrating how to use LaunchDarkly in server-side Node.js applications, refer to our Server-side Node.js SDK sample application.

Build instructions
  1. Install the LaunchDarkly Client-Side Node.js SDK by running npm install
  2. Copy your client-side ID and feature flag key from your LaunchDarkly dashboard into index.js
  3. Run node index.js

About

Hello LaunchDarkly for Node.js (client-side)

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%