Core abstractions and interfaces for SyncState - a real-time state management library for .NET. This package contains the fundamental interfaces (ISyncStateService, ISyncCommandService) and models used across the SyncState ecosystem.
$ dotnet add package SyncState.AbstractionsSyncstate 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.