Hacker News new | ask | show | jobs
Show HN: Fusion – A New “Computed Observable” for Distributed Real-Time Apps (github.com)
11 points by alexyakunin 2160 days ago
3 comments

Have you ever dreamed to have an abstraction that magically delivers every change made to you server-side data to every client that displays it? Or a caching API that automatically evicts a cached entry right at the moment it becomes inconsistent with the ground truth?

Stl.Fusion solves both these problems — moreover, it does this almost transparently for you, so most of your code won’t even change. Works on .NET and Blazor.

Ended up writing "Stl.Fusion In Simple Terms": https://medium.com/@alexyakunin/stl-fusion-in-simple-terms-6...
The readme is well written! I like how you show examples and comparison to alternatives
Thanks!