My family of packages for streaming JSON objects with NDJSON over RESTful APIs in the .NET ecosystem gained a new member - one that brings support for ASP.NET Core Minimal APIs 🎉
#AspNetCore #MinimalApi #AsyncStreams #NDJSON
https://github.com/tpeczek/Ndjson.AsyncStreams/releases/tag/aspnetcore-v1.0.0

Release Ndjson.AsyncStreams.AspNetCore 1.0.0 · tpeczek/Ndjson.AsyncStreams
Initial Release
IResult that on execution will write the given async stream (IAsyncEnumerable<T>) as NDJSON to the response
An extension for Results to provide NDJSON related IResult instances
GitHubI've added requests cancellation capabilities to all (ASP.NET Core, Blazor, .NET Console) my NDJSON and JSON streaming samples.
#DotNet #AspNetCore #Blazor #NDJSON #AsyncStreams
https://github.com/tpeczek/Demo.Ndjson.AsyncStreams

GitHub - tpeczek/Demo.Ndjson.AsyncStreams: Sample project for demonstrating how to use async streams and NDJSON to improve user experience by streaming JSON objects from server to client and client to server in .NET
Sample project for demonstrating how to use async streams and NDJSON to improve user experience by streaming JSON objects from server to client and client to server in .NET - GitHub - tpeczek/Demo....
GitHub