Info
Version: | 1.0.5 |
Author(s): | 80dB |
Last Update: | Monday, January 23, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.80db.nl/ |
NuGet Url: | https://www.nuget.org/packages/EightyDecibel.AsyncNats |
Install
Install-Package EightyDecibel.AsyncNats
dotnet add package EightyDecibel.AsyncNats
paket add EightyDecibel.AsyncNats
EightyDecibel.AsyncNats Download (Unzip the "nupkg" after downloading)
Dependencies
- System.IO.Pipelines(>= 4.7.3)
- System.Text.Json(>= 4.7.2)
- System.Threading.Channels(>= 4.7.1)
Tags
Internally it uses the new System.IO.Pipelines and System.Threading.Channels libraries that were released last year. It also uses the new IAsyncEnumerable as a way to listen to messages published to subjects.
The end result is very fast Nats.io client that, in our opinion, fits the C# 8.0 language features better than the currently existing libraries.