NuGet Package Aardwolf

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.




Got any Aardwolf Question?





Info

Version: 1.0.0
Author(s): James Dunne
Last Update: Monday, March 2, 2015
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/JamesDunne/aardwolf
NuGet Url: https://www.nuget.org/packages/Aardwolf


Install
Install-Package Aardwolf
dotnet add package Aardwolf
paket add Aardwolf
Aardwolf Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

.3

avg-downloads-per-day

0

days-since-last-release

3314