Celerio 1.1.4
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 Celerio --version 1.1.4
NuGet\Install-Package Celerio -Version 1.1.4
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="Celerio" Version="1.1.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Celerio" Version="1.1.4" />
<PackageReference Include="Celerio" />
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 Celerio --version 1.1.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Celerio, 1.1.4"
#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 Celerio@1.1.4
#: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=Celerio&version=1.1.4
#tool nuget:?package=Celerio&version=1.1.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Celerio
Celerio is a Lightweight and Fast Framework for Building HTTP Web Apps in C#.
Installation
Just install nuget package https://www.nuget.org/packages/Celerio
Usage
- At any point in your application, create pipeline instance
var pipeline = new Pipeline();
- If you're going to use authentication, then change crypto keys
pipeline.Authentification = new DefaultAuthentification("Your Unknown Secret Key");
Configure pipeline any way you want (e.g. Change authentification scheme or add IP blacklist)
Create anywhere an endpoint for e.g.
[Route("GET", "/sum")]
public static int Sum(int a, int b)
{
return a+b;
}
- Then just create server instance and run it
Server server = new Server(pipeline);
await server.StartListening(5000);
Documentation
See documentation here
Contacts
Oxule
ribb2017@mail.ru
@Oxule
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. 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.
-
net6.0
- Newtonsoft.Json (>= 13.0.3)
-
net7.0
- Newtonsoft.Json (>= 13.0.3)
-
net8.0
- Newtonsoft.Json (>= 13.0.3)
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 |
---|---|---|
2.0.0-preview.1 | 0 | 9/25/2025 |
1.2.1 | 177 | 3/31/2025 |
1.1.6 | 226 | 12/4/2024 |
1.1.5.3 | 130 | 12/3/2024 |
1.1.5.2 | 177 | 11/15/2024 |
1.1.5.1 | 268 | 9/23/2024 |
1.1.5 | 122 | 9/23/2024 |
1.1.4 | 121 | 9/22/2024 |
1.1.3 | 141 | 9/22/2024 |
1.1.2 | 157 | 9/19/2024 |
1.1.1.2 | 180 | 9/8/2024 |
1.1.1.1 | 138 | 9/8/2024 |
1.1.1 | 128 | 9/8/2024 |
1.1.0.9 | 136 | 9/8/2024 |
1.1.0.8 | 164 | 9/4/2024 |
1.1.0.7 | 146 | 9/4/2024 |
1.1.0.6 | 136 | 9/4/2024 |
1.1.0.5 | 146 | 9/4/2024 |
1.1.0.4 | 146 | 9/4/2024 |
1.1.0.3 | 180 | 6/21/2024 |
1.1.0.2 | 136 | 6/21/2024 |
1.1.0.1 | 144 | 6/21/2024 |
1.1.0 | 141 | 6/20/2024 |
1.0.6.8 | 137 | 6/19/2024 |
1.0.6.7 | 147 | 6/16/2024 |
1.0.6.6 | 179 | 5/29/2024 |
1.0.6.5 | 160 | 5/27/2024 |
1.0.6.4 | 185 | 5/26/2024 |
1.0.6.3 | 139 | 5/2/2024 |
1.0.6.2 | 180 | 4/26/2024 |
1.0.6.1 | 187 | 4/26/2024 |
1.0.5 | 188 | 4/26/2024 |
1.0.4 | 136 | 4/19/2024 |
1.0.3 | 129 | 4/19/2024 |
1.0.2 | 142 | 4/19/2024 |
1.0.0 | 151 | 4/19/2024 |