LarsBehl / StatusAppBackend

ASP.NET Core based WebAPI exposing status information on configured services
GNU General Public License v2.0
1 stars 0 forks source link

[SAB-06] Realtime communication #9

Open LarsBehl opened 2 years ago

LarsBehl commented 2 years ago

As a user I want to receive changes in the up status and response time of a service in realtime. Therefor the api has to offer an interface to connect to the server for realtime communication. For .NET the SignalR package is available

Acceptance criteria

// TODO