Evaluating flags

There are three ways to evaluate flags with Tggl:

  • Client-side using the API. This is the recommended way to evaluate flags on frontend applications and backends that can afford to make an API call.
  • Server-side by evaluating flags locally. This is the recommended way to evaluate flags on backends and on the edge.
  • Using the Tggl Proxy. This is a good alternative to server side evaluation where your data also stays on your servers.