Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# LaunchDarkly Server-Side SDK for C/C++

# ⚠️ Important note

This repository has been superseded by [C++ Server SDK with C bindings](https://github.com/launchdarkly/cpp-sdks/tree/main/libs/server-sdk).
All future releases will be made from the [new repository](https://github.com/launchdarkly/cpp-sdks/tree/main/libs/server-sdk). Please consider upgrading and filing potential requests in that repository's [issue tracker](https://github.com/launchdarkly/cpp-sdks/issues?q=is%3Aissue+is%3Aopen+label%3A%22package%3A+sdk%2Fserver%22+sort%3Aupdated-desc).

[![CircleCI](https://circleci.com/gh/launchdarkly/c-server-sdk.svg?style=svg)](https://circleci.com/gh/launchdarkly/c-server-sdk)

The LaunchDarkly Server-Side SDK for C/C++ 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.
Expand Down