Created
December 2, 2024 18:52
-
-
Save RobSpectre/7a72bdb36af7846463b7b2785b919945 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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