Samples¶
Minimal runnable applications that register a config schema, watch live updates over gRPC,
and expose the bound options at /options. Each one points at a local backend started via
docker compose up -d from apps/backend (see Deployment).
| Sample | Description | Source |
|---|---|---|
| .NET | ASP.NET Core minimal API using Konfigo.Client and IOptionsSnapshot<T> |
samples/dotnet |
| Go | Go HTTP server using the Go SDK, struct tags, and the gRPC transport | samples/go |
| Python | Async Python HTTP server using the Python SDK, dataclasses, and the gRPC transport | samples/python |
Each sample README documents how to run it locally, the configuration schema it registers,
and the shape of the /options response — follow the links above for the full walkthrough.