Sisk.HttpServer 0.13.1.1

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Sisk.HttpServer --version 0.13.1.1                
NuGet\Install-Package Sisk.HttpServer -Version 0.13.1.1                
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="Sisk.HttpServer" Version="0.13.1.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sisk.HttpServer --version 0.13.1.1                
#r "nuget: Sisk.HttpServer, 0.13.1.1"                
#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.
// Install Sisk.HttpServer as a Cake Addin
#addin nuget:?package=Sisk.HttpServer&version=0.13.1.1

// Install Sisk.HttpServer as a Cake Tool
#tool nuget:?package=Sisk.HttpServer&version=0.13.1.1                

Welcome to Sisk

Sisk is a powerful framework for building powerful web applications for Windows, Linux and Mac.

With Sisk, you can use the full power of .NET to create fast, dynamic and powerful web applications. It's an alternative to Microsoft's ASP.NET Core, which is simpler and easier to understand and setup.

public class Program
{
    static void Main(string[] args)
    {
        HttpServer http = HttpServer.Emit(
            insecureHttpPort: 5555,
            out HttpServerConfiguration serverConfig,
            out ListeningHost listeningHost,
            out Router mainRouter
        );

        mainRouter += new Route(RouteMethod.Get, "/", request =>
        {
            return new HttpResponse(200) { Content = new StringContent("Hello, world!") };
        });

        http.Start();

        Console.WriteLine($"HTTP server is listening on {http.ListeningPrefixes[0]}");

        Thread.Sleep(-1);
    }
}

Main features:

  • 100% open source
  • Multi-platform and cross-operating system
  • Ultra fast asynchronous response/second average
  • Uses the operating system's native HTTP interface listener
  • Sustainable and maintainable
  • Code-pattern-agnostic
  • Easy setup
  • Same code implementation for *nix, Mac OS and Windows
  • Middlewares, before and/or after request handlers
  • Configurable error handling
  • Support to log advanced logging with rotating support
  • Easy Cross-Origin Resource Sharing setup
  • Server Side Events and Web Sockets support
  • Multiple listening hosts per service
  • Advanced routing system
  • Less than 170kb the entire package
  • Written in C#

You can learn how to get started with Sisk here.

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

    • No dependencies.
  • net7.0

    • No dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Sisk.HttpServer:

Package Downloads
Sisk.ServiceProvider

This package includes tools for easily porting your Sisk service.

Sisk.IniConfiguration

This package provides an INI configuration parser for the Sisk Framework and other .NET projects.

Sisk.BasicAuth

This package includes an helper for embeding basic authentication in your applications made with Sisk.

Sisk.SslProxy

This package provides an experimental SSL proxy for the Sisk Framework and other .NET projects.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Sisk.HttpServer:

Repository Stars
sisk-http/core
Sisk's request and response processor mainframe source code.
Version Downloads Last updated
1.3.0 105 11/13/2024
1.3.0-rc5 85 11/10/2024
1.3.0-rc4 65 11/9/2024
1.3.0-rc2 74 11/5/2024
1.3.0-rc 65 11/5/2024
1.2.0 118 10/29/2024
1.1.1 341 10/17/2024
1.1.0 220 9/22/2024
1.0.4 68 10/17/2024
1.0.3 128 9/13/2024
1.0.2 147 9/1/2024
1.0.1 146 8/28/2024
1.0.0 157 8/16/2024
1.0.0-rc8 133 8/13/2024
1.0.0-rc7 86 8/1/2024
1.0.0-rc6 68 7/24/2024
1.0.0-rc4 81 7/10/2024
1.0.0-rc3 71 7/4/2024
1.0.0-rc2 92 6/24/2024
1.0.0-rc1 101 6/7/2024
0.16.2 544 4/28/2024
0.16.2-beta4 107 4/24/2024
0.16.1 177 2/26/2024
0.16.0 1,721 1/9/2024
0.16.0-rc-5 255 1/3/2024
0.16.0-rc-4 128 12/21/2023
0.16.0-rc-3 139 12/7/2023
0.16.0-rc-2 141 11/25/2023
0.16.0-rc-1 120 11/13/2023
0.15.3.1 110 2/19/2024
0.15.3 213 11/25/2023
0.15.2 645 10/30/2023
0.15.1 202 9/30/2023
0.15.0.47 231 8/30/2023
0.15.0.47-rc 64 8/25/2023
0.15.0.46-beta 78 8/22/2023
0.15.0.42-beta 160 8/16/2023
0.15.0.6-beta 169 8/9/2023
0.15.0-beta 167 7/20/2023
0.14.0.1 227 7/18/2023
0.14.0 187 7/17/2023
0.13.1.1 194 6/10/2023
0.13.1 195 6/8/2023
0.13.0 207 5/20/2023
0.12.1 181 5/2/2023
0.12.0 199 4/29/2023
0.11.1 193 4/9/2023
0.11.0 251 3/30/2023
0.10.1 239 3/21/2023
0.10.0 229 3/15/2023
0.9.1 268 3/2/2023
0.9.0 254 2/22/2023
0.8.9 255 2/14/2023
0.8.8 274 2/8/2023
0.8.6 305 2/2/2023
0.8.5 292 2/1/2023
0.8.4 310 1/31/2023 0.8.4 is deprecated because it has critical bugs.
0.8.3 305 1/26/2023
0.8.2 339 1/10/2023
0.8.1 318 1/7/2023
0.8.0 324 1/6/2023
0.7.5 298 12/28/2022
0.7.4 329 12/27/2022
0.7.3 306 12/26/2022
0.7.2 323 12/22/2022
0.7.1 313 12/21/2022
0.7.0 330 12/21/2022
0.6.4 301 12/13/2022
0.6.3 323 12/11/2022
0.6.2 333 12/11/2022
0.6.1 305 12/10/2022
0.6.0 318 12/9/2022
0.5.0 362 11/16/2022
0.4.8 376 10/30/2022
0.4.6 390 10/27/2022
0.4.1 410 10/19/2022
0.4.0 398 10/18/2022
0.3.1 424 10/15/2022
0.3.0 433 10/15/2022