Netiqo.Framework
1.3.2
dotnet add package Netiqo.Framework --version 1.3.2
NuGet\Install-Package Netiqo.Framework -Version 1.3.2
<PackageReference Include="Netiqo.Framework" Version="1.3.2" />
<PackageVersion Include="Netiqo.Framework" Version="1.3.2" />
<PackageReference Include="Netiqo.Framework" />
paket add Netiqo.Framework --version 1.3.2
#r "nuget: Netiqo.Framework, 1.3.2"
#:package Netiqo.Framework@1.3.2
#addin nuget:?package=Netiqo.Framework&version=1.3.2
#tool nuget:?package=Netiqo.Framework&version=1.3.2
Netiqo.Framework is a lightweight, extensible framework for .NET designed to simplify the creation of custom HTTP servers. It supports route-based request handling, both static and dynamic, with native support for SSL, asynchronous handlers, and declarative routing via attributes.
Main features:
- ⚡ Lightweight and high-performance HTTP TCP server.
- 🗺️ Declarative routing via attributes or JSON/XML configurations
- 🚀 Full support for all standard HTTP methods (GET, POST, PUT, etc.).
- 🔒 SSL support with X.509 certificates
- 📦 Automatic chunk response and simplified file serving management
- 🌐 Cross-platform detection of IPv4
- 🧩 Simple design and easy integration into embedded systems or custom designs
- 🛠️ Ideal for embedded systems, rapid API prototyping, or custom network scenarios without the need for full-fledged ASP.NET
New:
- 🗄️ Create one or more databases in the server.
- ✏️ Access and modify database data.
- 🧱 Optional authentication with tokens bearers.
- 🌐 All databases functions will be handled with HTTP requests.
License: Commercial use permitted. License must be maintained. Reverse engineering is prohibited. Details in LICENSE file.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.