[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 50d3f3aab9 Update runtime version 2017-12-13 16:38:41 -08:00
samples Update runtime version 2017-12-13 16:38:41 -08:00
scripts Use CoreFx managed WebSockets 2016-08-03 09:48:52 -07:00
src Improved request error handling. 2017-11-03 15:11:44 -07:00
test Update runtime version 2017-12-13 16:38:41 -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
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 Add patch feed 2017-08-18 17:52:26 -07:00
NuGetPackageVerifier.json Remove old WebSockets.Server package from NuGetPackageVerifier 2016-08-03 10:57:20 -07:00
README.md Add Contributing, Readme, and update License file. 2016-09-30 11:45:12 -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 Update build scripts 2017-04-25 19:40:40 -07:00
build.sh Update build scripts 2017-04-25 19:40:40 -07:00
global.json 1.0.4 patch train updates (#312) 2017-02-13 14:22:18 -08:00

README.md

WebListener

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.