Add-on for WebSocketSharp. Use Web Sockets like .NetCore Controllers.
- Visual Studio (Code or any other)
- .Net Standard ^2
TODO
- explain the naming convention (Controller, Handler)
- Microsoft.AspNetCore.Mvc.Route
- explain on how to use each of the type and what is included.
- explain the main roles of each.
- It's like glbal vs local.
- WebSocketManagerMiddlewareExtensions.AddWebSocket
- Have a way to override the services.AddTransient<WebSocketDictionary>(); Probably by having a default parameter to null.
- It's possible to have multiple web socket per client. Depending on the endpoint
- Make it possible to switch between
stringandbinary. - Add the
ILoggerproperly (hackish right now). - Make appropriate uinit tests.