Evaluation paradigms
There are three ways to evaluate flags with Tggl:
- Remote evaluation using the API. This is the recommended way to evaluate flags on frontend applications and backends that can afford to make an API call.
- Local evaluation 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.