mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
1.5 KiB
1.5 KiB
id | title |
---|---|
client_sdk | Client SDK |
To use Unleash in your application, you will need an Unleash Client SDK. Unleash has official client SDKs for Java, Node.js, Go, Ruby, Python and .Net. We will be happy to add implementations in other languages written by you! These libraries make it very easy to use Unleash in your application.
Official client SDKs:
- unleash/unleash-client-java
- unleash/unleash-client-node
- unleash/unleash-client-go
- unleash/unleash-client-ruby
- unleash/unleash-client-python
- unleash/unleash-client-core (.Net Core)
Clients written by awesome enthusiasts:
- cognitedata/unleash-client-rust (Rust)
- silvercar/unleash-client-kotlin (Kotlin)
- uekoetter.dev/unleash-client-dart (Dart)
- minds/unleash-client-php (PHP)
- afontaine/unleash_ex (Elixir)
- mikefrancis/laravel-unleash (Laravel - PHP)
- AppsFlyer/clojure-unleash (Clojure)
- ...your implementation for your favorite language.