A local-only .NET 8 / ASP.NET Core SignalR proof for ordered event intake, bounded replay, backpressure, and stream diagnostics.
Status: native-validated public release (v1.0.0)
Stack: .NET 8 / ASP.NET Core SignalR / C#
Evidence: two screenshot groups, eight native browser captures
- subscribe a client to a named stream;
- publish an event with a monotonically increasing sequence;
- reject duplicates/out-of-order events;
- flag sequence gaps;
- request bounded replay;
- retain only a bounded in-memory window;
- report buffer depth, dropped events, gaps, and last sequence.
All events are generated fixtures. The default demo is local-only and has no production broker dependency.