WART is a C# .NET Core library that allows extending any WebApi controller and forwarding any calls received by the controller to a SignalR hub.
Info
Version: | 5.3.3 |
Author(s): | Francesco Del Re |
Last Update: | Thursday, October 10, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/engineering87/WART |
NuGet Url: | https://www.nuget.org/packages/WART-Core |
Install
Install-Package WART-Core
dotnet add package WART-Core
paket add WART-Core
WART-Core Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Mvc(>= 2.2.0)
- Microsoft.AspNetCore.SignalR(>= 1.1.0)
- Newtonsoft.Json(>= 12.0.3)