Skip to content

Commit fd2e53a

Browse files
committed
docs: add Using Stacks section
1 parent a21f732 commit fd2e53a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,18 @@ See: [Configuration Documentation](docs/configuration.md).
5151

5252
See: [Development Documentation](docs/development.md).
5353

54+
## Using Stacks
55+
56+
| Name | Description |
57+
|------|-------------|
58+
| [C#](https://github.com/dotnet/csharplang) | Programming language |
59+
| [Kestrel](https://github.com/dotnet/aspnetcore) | Web server |
60+
| [YARP](https://github.com/dotnet/yarp) | Reverse proxy |
61+
| [ZLogger](https://github.com/Cysharp/ZLogger) | Structured logging |
62+
| [OpenTelemetry .NET](https://github.com/open-telemetry/opentelemetry-dotnet) | Observability (logging, metrics, tracing) |
63+
| [xUnit](https://github.com/xunit/xunit) | Testing framework |
64+
| [Moq](https://github.com/devlooped/moq) | Mocking library |
65+
5466
## License
5567

5668
This code is open source software licensed under the [MIT License](LICENSE).

0 commit comments

Comments
 (0)