[Archived] A web server for ASP.NET Core based on the Windows Http Server API. Project moved to https://github.com/aspnet/AspNetCore
Перейти к файлу
Chris R d04dc7182a #263 Disable parallel test execution to improve reliability 2017-01-04 11:13:28 -08:00
samples #283 Update naming, merge options 2017-01-03 12:16:53 -08:00
scripts Use CoreFx managed WebSockets 2016-08-03 09:48:52 -07:00
src/Microsoft.AspNetCore.Server.HttpSys Use the new 101 constant from Http Abstractions. 2017-01-03 13:54:11 -08:00
test #263 Disable parallel test execution to improve reliability 2017-01-04 11:13:28 -08:00
tools Strong name everything. 2015-11-02 16:42:44 -08:00
.gitattributes Build with dotnet 2016-01-11 14:27:53 -08:00
.gitignore Build with dotnet 2016-01-11 14:27:53 -08:00
.travis.yml Update .travis.yml osx image to xcode7.3. 2016-12-08 10:03:29 -08:00
CONTRIBUTING.md Add Contributing, Readme, and update License file. 2016-09-30 11:45:12 -07:00
LICENSE.txt Add Contributing, Readme, and update License file. 2016-09-30 11:45:12 -07:00
NuGet.config Migrate to dotnet.myget.org feed 2016-08-09 15:17:28 -07:00
NuGetPackageVerifier.json Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:41:34 -08:00
README.md Add AppVeyor and Travis status badges to the readme 2016-10-10 09:49:27 -07:00
WebListener.sln #283 Merge packages, namespaces, test projects, and samples 2017-01-03 12:16:53 -08:00
appveyor.yml Fix backslashes in yml config. 2016-03-09 17:44:48 -08:00
build.cmd Return the error code from build.cmd 2016-02-28 10:12:15 -08:00
build.ps1 Update the build scripts to the latest version 2016-03-07 20:55:00 -08:00
build.sh Clean tmp folder after unzipping KoreBuild 2016-11-18 10:56:12 -08:00
global.json Updating to 4.4 CoreFx packages 2016-12-14 14:47:32 -08:00

README.md

WebListener

AppVeyor Travis
AppVeyor Travis

This repo contains a web server for ASP.NET Core based on the Windows Http Server API.

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