You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 6, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,12 @@
1
-
LaunchDarkly SDK for C / C++
1
+
LaunchDarkly SDK for C / C++ (server-side)
2
2
===================================
3
3
4
4
*Warning:* This software is *beta* software and should not be used in a production environment until the general availability release.
5
5
6
+
The LaunchDarkly C / C++ (server-side) SDK is designed primarily for use in multi-user systems such as web servers and applications. It follows the server-side LaunchDarkly model for multi-user contexts. It is not intended for use in desktop and embedded systems applications.
7
+
8
+
For using LaunchDarkly in C / C++ client-side applications, refer to our [C / C++ client-side SDK](https://github.com/launchdarkly/c-client).
0 commit comments