Documentation Index
Fetch the complete documentation index at: https://launchdarkly-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
This topic explains what the Relay Proxy is and how to use it.About the Relay Proxy
The LaunchDarkly Relay Proxy is a small Go application that runs on your own infrastructure. It connects to the LaunchDarkly streaming API and proxies that connection to clients within your organization’s network. Here is a diagram illustrating how LaunchDarkly SDKs work when you are not using the Relay Proxy:
stream.launchdarkly.com for commercial, stream.launchdarkly.us for federal, or stream.eu.launchdarkly.com for EU). Each of your servers connects only to the Relay Proxy, and the Relay Proxy maintains the connection to LaunchDarkly. You can configure the Relay Proxy to carry multiple environment streams from multiple projects.
Here is a diagram illustrating how LaunchDarkly SDKs work when you are using the Relay Proxy:
