Skip to content
Francesco Del Re edited this page May 22, 2025 · 2 revisions

What is WART?

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.

Clone this wiki locally