We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6034e75 commit 1dad63cCopy full SHA for 1dad63c
README.md
@@ -4,6 +4,8 @@ aspnetcore-websocket-controller
4
Easy WebSockets for AspNetCore 3.0.
5
6
7
+Run `dotnet add package TimoStamm.WebSockets.Controller` to install.
8
+
9
Implement your websocket controller:
10
````c#
11
public class MyController : AWebsocketController
0 commit comments