Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aspnet/KestrelHttpServer
[Archived] A cross platform web server for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
https://github.com/aspnet/KestrelHttpServer
aspnet-product
Last synced: 11 days ago
JSON representation
[Archived] A cross platform web server for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
- Host: GitHub
- URL: https://github.com/aspnet/KestrelHttpServer
- Owner: aspnet
- License: apache-2.0
- Archived: true
- Created: 2014-05-30T22:46:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-22T00:09:49.000Z (almost 6 years ago)
- Last Synced: 2024-09-26T22:42:07.104Z (about 2 months ago)
- Topics: aspnet-product
- Language: C#
- Homepage:
- Size: 8.22 MB
- Stars: 2,630
- Watchers: 288
- Forks: 528
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
KestrelHttpServer [Archived]
============================**This GitHub project has been archived.** Active development has moved to
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](https://github.com/aspnet/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](https://github.com/aspnet/Home/wiki) 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.