Aardwolf 1.0.0
dotnet add package Aardwolf --version 1.0.0
NuGet\Install-Package Aardwolf -Version 1.0.0
<PackageReference Include="Aardwolf" Version="1.0.0" />
paket add Aardwolf --version 1.0.0
#r "nuget: Aardwolf, 1.0.0"
// Install Aardwolf as a Cake Addin #addin nuget:?package=Aardwolf&version=1.0.0 // Install Aardwolf as a Cake Tool #tool nuget:?package=Aardwolf&version=1.0.0
Aardwolf is an asynchronous HTTP API service provider for C# that does not depend on ASP.NET nor IIS. Aardwolf is based on the HttpListener API provided as part of the .NET framework and the Windows implementation makes use of the low-level HTTP.SYS driver to handle and queue HTTP requests in the kernel and forward those to user-mode applications. IIS versions 6 and up make use of this same HTTP.SYS driver so it is a trusted and well-tested component that can be relied upon for production scenarios.
The Aardwolf framework builds an asynchronous request event loop to handle HTTP requests, taking full advantage of the asynchronous features of the .NET 4.5 framework. A very simple and efficient C# library is exposed to the developer who wants to write fast, asynchronous web services or web sites.
At this time, the framework is solid and runs very efficiently. However, it is incomplete with regard to features.
It is not official package created by Alexey Suvorov for your convenience.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Newtonsoft.Json (>= 4.5.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 2,354 | 3/2/2015 |