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)
Loft is a Pro product. The hub is served by the Loft desktop app’s local Bridge on loopback for the signed-in user. It is not a hosted hub and is not reachable from another machine.
The connection authenticates as the signed-in user with a JWT Bearer token or API key.
Client → Server Methods
Server → Client Events
JavaScript Example
.NET Example