servicetitan/Stl.Fusion
Build real-time apps (Blazor included) with less than 1% of extra code responsible for real-time updates. Host 10-1000x faster APIs relying on transparent and nearly 100% consistent caching. We call it DREAM, or Distributed REActive Memoization, and it's here to turn real-time on! observed · 2026-08-28
Health v2 · maintenance only
71/100
- Activity 87
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2665
- days_rel: n/a
- days_push: 78
- n_releases_24m: 0
Adoption not part of the score
1888 stars · 105 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Fusion is a .NET library implementing Distributed REActive Memoization (DREAM), which combines transparent caching, real-time cache invalidation, and live updates across backend services and clients. It lets developers build real-time apps, including Blazor WebAssembly/Server/MAUI apps sharing one codebase, with minimal extra code.
Use cases
- build real-time dashboards with live-updating data in Blazor
- cache API responses with automatic invalidation when underlying data changes
- share a single codebase across Blazor WebAssembly, Server, and MAUI clients
- reduce network chattiness between microservices and clients
- replace SignalR/WebSockets plumbing for pushing updates to clients
- manage client-side state reactively without Redux or MobX
- speed up high-load APIs with consistent caching
When to choose
- you're building a .NET or Blazor app needing real-time updates with minimal code
- you need caching with automatic, consistent invalidation across services and clients
- you want one codebase for Blazor WebAssembly, Server, and Hybrid/MAUI
- your APIs must handle high load with near-instant cached responses
When to avoid
- your stack is not .NET/C#
- you need a simple cache without real-time invalidation - Redis or memcached may suffice
- your team prefers well-established, widely-adopted solutions like SignalR plus a standard cache
- you're building a non-web or non-UI application with no real-time requirements
Facets
library · maturity active
caching state-management websocket rpc middleware web-development backend microservices cross-platform dotnet cross-platform browser blazor reactive-memoization cache-invalidation realtime-updates signalr-alternative dotnet real-time web-server
1 source
- readme: https://github.com/servicetitan/Stl.Fusion · fetched 2026-08-28 · 1f88206a9d61
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| servicetitan/Stl.Fusion | main | 71 |
For agents
markdown · JSON · MCP: product_card(name="servicetitan/Stl.Fusion")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem