Skip to main content
Loft pushes live updates over a SignalR hub for dashboard integration. The hub delivers events as Loft processes each watched source; it is the transport for already-computed results, not a claim about source-pickup latency. Hub URL: ws://localhost:5100/hubs/loft (the Loft desktop app’s local Bridge; no hosted hub exists) Authentication via JWT Bearer token or API Key.

Client → Server Methods

Server → Client Events

JavaScript Example

.NET Example