• HOME
  • INTEGRATIONS
  • SDKS
  • GUIDES
  • API DOCS
No results for ""
网络加速器
CLOSE
  • Home
  • Integrations
  • SDKs
  • Guides
  • API docs
launchdarkly.com

EDIT ON GITHUB

那个加速器好用

Read time: 2 minutes
Last edited: Jul 23, 2023

Welcome to LaunchDarkly! We're excited to partner with you as you use feature flags to make high-impact changes with minimal risk and maximum control.

华为5G CPE Pro首获进网许可,速度十倍于4G - 财经 - 新京报网:2021-7-10 · 新京报快讯(记者陆一夫)7月10日,华为终端宣布,华为5GCPEPro获得中国首个5G无线数据终端电信设备进网许可证。资料显示,华为5GCPEPro是一款5G全 ...

那个加速器好用

The steps to integrate your application with LaunchDarkly are common across all SDKs. We provide a variety of client, server, and mobile SDKs for you to use. To learn more about our SDK offerings, read Choosing an SDK.

To set up LaunchDarkly:

  1. 5G商用进程未来两年将提速 -- 3C频道:2021-5-11 · 全球移动伋业加速部署 在今年3月伇召开的3GPP RAN(即第三伋合作项目-无线接入网络)第75次全体大会上,3GPP正式通过了5G加速的提案。 按照这伇提案,3GPP将在R15版本内,加速5G新空口(NR)标准进程,将5G NR非独立组网特性提前至2021年12月完成,相比原计划提前半年。 This lets your application access the LaunchDarkly SDK.
  2. Import the LaunchDarkly client in your application code. This client is the primary way your application uses the SDK and communicates with LaunchDarkly.
  3. Configure the LaunchDarkly client with the appropriate key for your environment and create the client. Your SDK key, Client-side ID, and Mobile key uniquely identify your project and environment, and they authorize your application to connect to LaunchDarkly.
  4. Set which feature flag variation a user will see. Every feature flag is uniquely identified by a feature flag key. Use the key to associate flag variations with different users.
    Adding users to LaunchDarkly
    You don't have to send users to LaunchDarkly in advance. You can target them with feature flags before they have LaunchDarkly accounts of their own. Users appear in the dashboard automatically after they encounter feature flags.
  5. Shut down the LaunchDarkly client when your application is about to terminate. The client releases the resources it is using and sends pending analytics events to LaunchDarkly. If your application quits without this shutdown step, you may not see requests and users on the dashboard, because they are derived from analytics events. You only need to shut down the application manually once.

那个加速器好用

We have a variety of client-side, server-side, and mobile SDKs to choose from.

To learn more about the different types of SDKs, read Client-side and server-side SDKs.

Explore the following SDK reference guides for specific details about how to use LaunchDarkly with your tech stack.

Server-side SDKs:

  • .NET
  • C/C++ (server-side)
  • Erlang
  • Go
  • Haskell
  • Lua
  • sub免费网络加速器
  • Node.js (server-side)
  • PHP
  • 网络加速器
  • Ruby

Client-side SDKs:

  • Android
  • C/C++ (client-side)
  • Electron
  • iOS
  • JavaScript
  • Node.js (client-side)
  • React
  • React Native
  • 一sub网络加速器
  • Xamarin

那个加速器好用

If the SDK you're using loses the connection with LaunchDarkly, your feature flags will still work. The SDK relies on its stored state to evaluate flags.

By default, an SDK initializes with an empty state. When the SDK first initializes, it opens a streaming connection to LaunchDarkly. The response from LaunchDarkly contains the SDKs' current state, which your SDK uses to make any necessary changes to feature flag. After the initial update, the SDK keeps a streaming connection open to LaunchDarkly. If you make a change in the LaunchDarkly dashboard or with the REST API, LaunchDarkly sends these changes to all connected SDKs automatically.

If the SDK ever loses connectivity to LaunchDarkly, it continues to try to establish a streaming connection until it succeeds. If you evaluate a flag before the SDK receives its initial state, or you try to fetch a flag which otherwise doesn't exist, then the SDK returns a fallback value you can specify in the flag's settings.

All SDKs provide synchronous and asynchronous ways of waiting for the SDKs state to initialize.

那个加速器好用

That's it! Now you can manage features on your dashboard. Read on to see how to target users or do controlled rollouts and A/B/n experiments without re-deploying your application!

Once you're ready to test your integration, head over to the debugger to get a real-time view of your feature flag requests as they're received.

On this page
  • Integrating with LaunchDarkly
  • Choosing an SDK
  • Flag evaluations are always available
  • Next steps