CCSWE.nanoFramework.WebServer
1.1.99
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package CCSWE.nanoFramework.WebServer --version 1.1.99
NuGet\Install-Package CCSWE.nanoFramework.WebServer -Version 1.1.99
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CCSWE.nanoFramework.WebServer" Version="1.1.99" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CCSWE.nanoFramework.WebServer" Version="1.1.99" />
<PackageReference Include="CCSWE.nanoFramework.WebServer" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CCSWE.nanoFramework.WebServer --version 1.1.99
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CCSWE.nanoFramework.WebServer, 1.1.99"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package CCSWE.nanoFramework.WebServer@1.1.99
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CCSWE.nanoFramework.WebServer&version=1.1.99
#tool nuget:?package=CCSWE.nanoFramework.WebServer&version=1.1.99
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
CCSWE.nanoFramework.WebServer
A simple asynchronous web server implementation for .NET nanoFramework that tries to mimic the ASP.NET Core implementation.
Features
- Controllers with support for routing and parameter binding
- Custom middleware support through
IMiddleware - Request thread pool for processing requests
- Flexible authentication through
IAuthenticationProvider - HTTPS support
Usage
I'll add more documentation later, but for now you can check out the sample project for an example of how to use the web server.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NETnanoFramework | netnano1.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- CCSWE.nanoFramework.Core (>= 1.1.99)
- CCSWE.nanoFramework.Threading (>= 1.1.99)
- nanoFramework.CoreLibrary (>= 1.17.11)
- nanoFramework.DependencyInjection (>= 1.1.32)
- nanoFramework.Json (>= 2.2.203)
- nanoFramework.Logging (>= 1.1.161)
- nanoFramework.Runtime.Events (>= 1.11.32)
- nanoFramework.System.Collections (>= 1.5.67)
- nanoFramework.System.IO.Streams (>= 1.1.96)
- nanoFramework.System.Net (>= 1.11.50)
- nanoFramework.System.Net.Http (>= 1.5.200)
- nanoFramework.System.Text (>= 1.3.42)
- nanoFramework.System.Threading (>= 1.1.52)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.