[Archived] A web server for ASP.NET Core based on the Windows Http Server API. Project moved to https://github.com/aspnet/AspNetCore
Перейти к файлу
John Luo b38afb08ac Update runtime verstion 2017-12-13 16:33:13 -08:00
samples Update runtime verstion 2017-12-13 16:33:13 -08:00
scripts Use CoreFx managed WebSockets 2016-08-03 09:48:52 -07:00
src Improved request error handling. 2017-11-03 14:55:21 -07:00
test Update runtime verstion 2017-12-13 16:33:13 -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 to link openssl correctly 2016-10-26 11:00:24 -07: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 Adding patch feed 2017-08-22 11:16:50 -07:00
NuGetPackageVerifier.json Remove old WebSockets.Server package from NuGetPackageVerifier 2016-08-03 10:57:20 -07:00
README.md Add AppVeyor and Travis status badges to the readme 2016-10-10 09:49:27 -07:00
WebListener.sln Use CoreFx managed WebSockets 2016-08-03 09:48:52 -07: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 1.1.2 patch train updates (#314) 2017-02-15 15:01:03 -08:00
build.sh 1.1.2 patch train updates (#314) 2017-02-15 15:01:03 -08:00
global.json Pin SDK version 2017-02-07 14:35:45 -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.