CCSWE.nanoFramework.WebServer
1.1.68
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.68
NuGet\Install-Package CCSWE.nanoFramework.WebServer -Version 1.1.68
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.68" />
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.68" />
<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.68
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CCSWE.nanoFramework.WebServer, 1.1.68"
#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.68
#: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.68
#tool nuget:?package=CCSWE.nanoFramework.WebServer&version=1.1.68
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. |
|---|---|
| .NET Framework | net 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.0)
- CCSWE.nanoFramework.Threading (>= 1.1.0)
- nanoFramework.CoreLibrary (>= 1.17.7)
- nanoFramework.DependencyInjection (>= 1.1.30)
- nanoFramework.Json (>= 2.2.189)
- nanoFramework.Logging (>= 1.1.151)
- nanoFramework.Runtime.Events (>= 1.11.31)
- nanoFramework.System.Collections (>= 1.5.63)
- nanoFramework.System.IO.Streams (>= 1.1.91)
- nanoFramework.System.Net (>= 1.11.37)
- nanoFramework.System.Net.Http (>= 1.5.189)
- nanoFramework.System.Text (>= 1.3.36)
- nanoFramework.System.Threading (>= 1.1.50)
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.1.129 | 100 | 4/23/2026 |
| 1.1.128 | 95 | 4/23/2026 |
| 1.1.127 | 105 | 4/15/2026 |
| 1.1.124 | 98 | 4/15/2026 |
| 1.1.123 | 96 | 4/14/2026 |
| 1.1.122 | 90 | 4/13/2026 |
| 1.1.117 | 92 | 4/13/2026 |
| 1.1.114 | 99 | 4/10/2026 |
| 1.1.113 | 91 | 4/10/2026 |
| 1.1.112 | 94 | 4/9/2026 |
| 1.1.104 | 91 | 4/8/2026 |
| 1.1.103 | 89 | 4/8/2026 |
| 1.1.101 | 86 | 4/7/2026 |
| 1.1.100 | 84 | 4/7/2026 |
| 1.1.99 | 89 | 4/7/2026 |
| 1.1.97 | 118 | 4/2/2026 |
| 1.1.68 | 249 | 3/11/2025 |
Loading failed