async-streams topic
List
async-streams repositories
AsyncEnumerable
441
Stars
55
Forks
Watchers
Defines IAsyncEnumerable, IAsyncEnumerator, ForEachAsync(), ParallelForEachAsync(), and other useful stuff to use with async-await
Demo.Ndjson.AsyncStreams
37
Stars
4
Forks
Watchers
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
Ndjson.AsyncStreams
26
Stars
2
Forks
Watchers
Ndjson.AsyncStreams is a solution for working with asynchronous streaming data sources over HTTP using NDJSON (Newline Delimited JSON).
RxSockets
19
Stars
6
Forks
Watchers
A minimal reactive / async streams socket implementation.
DataCompression
22
Stars
8
Forks
Watchers
Data compression -- Swinging Door Algorithm