-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Francesco Del Re edited this page May 22, 2025
·
2 revisions
WART is a C# .NET library that enables you to extend any Web API controller and forward incoming calls directly to a SignalR hub. This hub then broadcasts notifications containing detailed information about the calls, including both the request and the response. Additionally, WART supports JWT authentication for secure communication with SignalR.