Skip to content

Instantly share code, notes, and snippets.

@RobSpectre
Created December 2, 2024 18:52
Show Gist options
  • Save RobSpectre/7a72bdb36af7846463b7b2785b919945 to your computer and use it in GitHub Desktop.
Save RobSpectre/7a72bdb36af7846463b7b2785b919945 to your computer and use it in GitHub Desktop.
flowchart TD
User@{ shape: manual-input, label: "User"} -->|GET| App{Your Application}
App -->|Context + Flag Key| LDClient[LaunchDarkly SDK Client]
LDClient -->|get flag value| LDServer[LaunchDarkly Service]
LDServer -->|receive flag value| LDClient
LDClient -->|flag value| App
App -->|Delivers user experience| User
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment