Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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
https://github.com/tpeczek/Demo.Ndjson.AsyncStreams
asp-net-core asp-net-core-mvc async-streams dotnet fetch-api ndjson ndjson-stream streams-api
Last synced: 4 days ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/tpeczek/Demo.Ndjson.AsyncStreams
- Owner: tpeczek
- License: mit
- Created: 2019-03-31T18:08:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T19:23:03.000Z (2 months ago)
- Last Synced: 2024-09-13T09:21:46.592Z (2 months ago)
- Topics: asp-net-core, asp-net-core-mvc, async-streams, dotnet, fetch-api, ndjson, ndjson-stream, streams-api
- Language: C#
- Homepage:
- Size: 48.8 KB
- Stars: 39
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# 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. You can read more here:
- [Fetch API, Streams API, NDJSON, and ASP.NET Core MVC](https://www.tpeczek.com/2019/04/fetch-api-streams-api-ndjson-and-aspnet.html)
- [Consuming JSON Objects Stream (NDJSON) With HttpClient](https://www.tpeczek.com/2020/10/consuming-json-objects-stream-ndjson.html)
- [Streaming JSON Objects (NDJSON) With HttpClient](https://www.tpeczek.com/2021/05/streaming-json-objects-ndjson-with.html)
- [Receiving JSON Objects Stream (NDJSON) in ASP.NET Core MVC](https://www.tpeczek.com/2021/05/receiving-json-objects-stream-ndjson-in.html)
- [ASP.NET Core 6 and IAsyncEnumerable - Async Streamed JSON vs NDJSON](https://www.tpeczek.com/2021/07/aspnet-core-6-and-iasyncenumerable.html)
- [ASP.NET Core 6 and IAsyncEnumerable - Receiving Async Streamed JSON in Blazor WebAssembly](https://www.tpeczek.com/2021/12/aspnet-core-6-and-iasyncenumerable.html)
- [ASP.NET Core 9 and IAsyncEnumerable - Async Streaming JSON and NDJSON From Blazor WebAssembly](https://www.tpeczek.com/2024/09/aspnet-core-9-and-iasyncenumerable.html)## Sponsor This Project
My blog and open source projects are result of my passion for software development, but they require a fair amount of my personal time. If you got value from any of the content I create, then I would appreciate your support by [sponsoring me](https://github.com/sponsors/tpeczek) (either monthly or one-time).
## Copyright and License
Copyright © 2019 - 2024 Tomasz Pęczek
Licensed under the [MIT License](https://github.com/tpeczek/Demo.Ndjson.AsyncStreams/blob/master/LICENSE.md)