Go to file
Louis DeJardin de6c32dc4b Guarding against leaking GCHandles in read/write operations
See #19
2014-07-08 18:11:09 -07:00
build Need to add content type to dylib for nupkg file format to see it 2014-07-07 15:07:28 -07:00
samples/SampleApp Fixing WriteAsync reference 2014-07-08 16:14:41 -07:00
src Guarding against leaking GCHandles in read/write operations 2014-07-08 18:11:09 -07:00
test/Microsoft.AspNet.Server.KestrelTests Renaming KestralTests folder KestrelTests 2014-07-07 13:08:28 -07:00
.gitattributes
.gitignore
CONTRIBUTING.md Create CONTRIBUTING.md 2014-07-02 11:34:42 -07:00
KestrelHttpServer.sln Guarding against more read_cb cases 2014-07-07 14:01:02 -07:00
NuGet.config
README.md Create README.md 2014-07-02 12:50:49 -07:00
build.cmd Adding native dlls in custom build step 2014-06-20 21:59:11 -07:00
build.sh
global.json
makefile.shade Adding native dlls in custom build step 2014-06-20 21:59:11 -07:00

README.md

KestrelHttpServer

This repo contains a development web server for ASP.NET vNext based on libuv.

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