Kestrel alternatives and similar packages
Based on the "Web Servers" category.
Alternatively, view Kestrel alternatives based on common mentions on social networks and blogs.
-
BeetleX
high performance dotnet core socket tcp communication components, support TLS, HTTP, HTTPS, WebSocket, RPC, Redis protocols, custom protocols and 1M connections problem solution -
XSP
DISCONTINUED. Mono's ASP.NET hosting server. This module includes an Apache Module, a FastCGI module that can be hooked to other web servers as well as a standalone server used for testing (similar to Microsoft's Cassini)
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Kestrel or a related project?
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.