SyncState.StateDeltas
0.1.1
dotnet add package SyncState.StateDeltas --version 0.1.1
NuGet\Install-Package SyncState.StateDeltas -Version 0.1.1
<PackageReference Include="SyncState.StateDeltas" Version="0.1.1" />
<PackageVersion Include="SyncState.StateDeltas" Version="0.1.1" />
<PackageReference Include="SyncState.StateDeltas" />
paket add SyncState.StateDeltas --version 0.1.1
#r "nuget: SyncState.StateDeltas, 0.1.1"
#:package SyncState.StateDeltas@0.1.1
#addin nuget:?package=SyncState.StateDeltas&version=0.1.1
#tool nuget:?package=SyncState.StateDeltas&version=0.1.1
Syncstate
Syncstate 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.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- SyncState.Core (>= 0.1.1)
- SystemTextJson.JsonDiffPatch (>= 2.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SyncState.StateDeltas:
| Package | Downloads |
|---|---|
|
SyncState.SignalR
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. |
GitHub repositories
This package is not used by any popular GitHub repositories.