Simple .NET remoting framework based on the Request/Reply pattern.
Info
Version: | 1.0.4 |
Author(s): | Daniele Giallonardo |
Last Update: | Tuesday, January 12, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/danielegiallonardo/asynco |
NuGet Url: | https://www.nuget.org/packages/Asynco |
Install
Install-Package Asynco
dotnet add package Asynco
paket add Asynco
Asynco Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Hosting.Abstractions(>= 5.0.0)
- Microsoft.Extensions.Options(>= 5.0.0)
- System.Text.Json(>= 5.0.1)
- System.Threading.Tasks.Dataflow(>= 5.0.0)
Tags