anderswestberg
-
- 572 total downloads
- last updated 8/30/2026
- Latest version: 5.3.2
Source RPC for .NET: the flat frame, the dispatcher, the client and the error model, with no transport bound in. Carried by SourceRpc.SignalR and whatever else implements ISourceRpcTransport. -
- 452 total downloads
- last updated 8/30/2026
- Latest version: 5.3.2
Source RPC over ASP.NET Core SignalR: a hub that makes a .NET process reachable as a peer, and a client transport for one that dials out. Serves methods and publishes events over JSON or MessagePack. -
- 452 total downloads
- last updated 8/30/2026
- Latest version: 5.3.2
Source RPC over socket.io, for a .NET peer that dials out to a TypeScript socket.io server. Client only - socket.io has no maintained .NET server. -
- 447 total downloads
- last updated 8/30/2026
- Latest version: 5.3.2
Source RPC over MQTT 5: a peer on a broker, speaking the mr- property layout that lets a plain MQTT client take part with no msgrpc code. -
- 183 total downloads
- last updated 8/30/2026
- Latest version: 0.2.0
The pull half of a Source RPC network for .NET: what a failure means, whether a call may be sent again, a deadline that is a budget across attempts, and a canonical cache key - over Polly and FusionCache. -
- 86 total downloads
- last updated 8/30/2026
- Latest version: 0.1.0
Read, verify and take over a Source RPC component's state: the snapshot envelope, the revision manifest, the obligations a running activation held, and the rules that decide whether a .NET revision may replace... More information