SignalR integration for SyncState. Provides a base Hub class for streaming state updates and delta-encoded states to SignalR clients in real-time. Perfect for building reactive web applications with live state synchronization.
$ dotnet add package SyncState.SignalRSyncstate is an Asp.Net library for defining global state and synchronizing it across clients in real-time.
Using fluent-builder syntax, you can define your state states, their properties,
how and when they are gathered from your application, and finally how you want to propagate them to your clients.