Netiqo.Framework 1.3.2

dotnet add package Netiqo.Framework --version 1.3.2
                    
NuGet\Install-Package Netiqo.Framework -Version 1.3.2
                    
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="Netiqo.Framework" Version="1.3.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Netiqo.Framework" Version="1.3.2" />
                    
Directory.Packages.props
<PackageReference Include="Netiqo.Framework" />
                    
Project file
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 Netiqo.Framework --version 1.3.2
                    
#r "nuget: Netiqo.Framework, 1.3.2"
                    
#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 Netiqo.Framework@1.3.2
                    
#: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=Netiqo.Framework&version=1.3.2
                    
Install as a Cake Addin
#tool nuget:?package=Netiqo.Framework&version=1.3.2
                    
Install as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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.

Version Downloads Last Updated
1.3.2 314 11/1/2025
1.3.1 200 7/14/2025