File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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
6970In 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.
You can’t perform that action at this time.
0 commit comments