Skip to content

flipt-io/flipt-server-sdks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

18b4f10 · Dec 23, 2024
Jun 22, 2024
Jun 22, 2024
Oct 25, 2024
Dec 23, 2024
Dec 16, 2024
Oct 8, 2024
Dec 23, 2024
Apr 24, 2024
Jun 22, 2024
Dec 23, 2024
Dec 23, 2024
May 10, 2024
Jan 10, 2024
Jan 9, 2024
Jun 22, 2024
Jan 8, 2024
Jun 22, 2024
Jun 22, 2024

Repository files navigation

Flipt Server SDKs

This repository centralizes the server-side SDKs for Flipt.

These server-side SDKs are responsible for evaluating context and returning the results of the evaluation. Each client interacts directly with an upstream Flipt server and can perform any of the three of the following evaluation operations via HTTP:

  1. Variant
  2. Boolean
  3. Batch

Language Support

We are constantly growing our list of clients. Currently, we support the following languages:

  1. Python
  2. NodeJS
  3. Java
  4. Rust
  5. PHP
  6. Go
  7. C#

Note

The Go client is maintained in the main Flipt repository.

Want to see a client in a language we don't support? Open an issue and let us know!

Installation

See each client's README for installation and usage instructions.

Contributing

See CONTRIBUTING.md

License

All code in this repository is licensed under the MIT License.