Skip to content

Commit 1cf7daf

Browse files
committed
update README.md
1 parent a0eac8c commit 1cf7daf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This is an [Instrumentation Library](https://github.com/open-telemetry/opentelem
1010
- [Install](#install)
1111
- [Usage](#usage)
1212
- [Example](#example)
13+
- [Related Work](#related-work)
1314

1415
## Install
1516

@@ -69,3 +70,12 @@ $ docker compose up
6970
In Grafana, you can see the SignalR method call trace as follows.
7071

7172
![Trace](https://github.com/nenoNaninu/AspNetCore.SignalR.OpenTelemetry/assets/27144255/eac66809-56f4-49e9-b09e-d2379805f795)
73+
74+
## Related Work
75+
76+
- [nenoNaninu/TypedSignalR.Client](https://github.com/nenoNaninu/TypedSignalR.Client)
77+
- C# Source Generator to create strongly typed SignalR clients.
78+
- [nenoNaninu/TypedSignalR.Client.TypeScript](https://github.com/nenoNaninu/TypedSignalR.Client.TypeScript)
79+
- TypeScript source generator to provide strongly typed SignalR clients by analyzing C# type definitions.
80+
- [nenoNaninu/TypedSignalR.Client.DevTools](https://github.com/nenoNaninu/TypedSignalR.Client.DevTools)
81+
- SignalR development tools inspired by SwaggerUI.

0 commit comments

Comments
 (0)