Popularity
8.8
Stable
Activity
0.0
-
2,620
291
531

Code Quality Rank: L1
Programming language: C#
Tags: Web Servers    
Latest version: v2.2.0

Kestrel alternatives and similar packages

Based on the "Web Servers" category.
Alternatively, view Kestrel alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Kestrel or a related project?

Add another 'Web Servers' Package

README

KestrelHttpServer [Archived]

This GitHub project has been archived. Active development has moved to https://github.com/aspnet/AspNetCore

This repo contains a cross-platform web server for ASP.NET Core.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the AspNetCore repo.

Building from source

To run a complete build on command line only, execute build.cmd or build.sh without arguments. See developer documentation for more details.

File logging for functional test

Turn on file logging for Kestrel functional tests by specifying the environment variable ASPNETCORE_TEST_LOG_DIR to the log output directory.