Go to file
David Fowler 3b28e06d15 Fixed kestrel build 2014-09-05 11:43:30 -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 Updated to use the new target framework in project.json 2014-09-04 01:52:19 -07:00
src Updated to use the new target framework in project.json 2014-09-04 01:52:19 -07:00
test/Microsoft.AspNet.Server.KestrelTests Updated to use the new target framework in project.json 2014-09-04 01:52:19 -07:00
.gitattributes Adding empty project structure 2014-06-02 16:24:55 -07:00
.gitignore Adding empty project structure 2014-06-02 16:24:55 -07:00
CONTRIBUTING.md Create CONTRIBUTING.md 2014-07-02 11:34:42 -07:00
KestrelHttpServer.sln Removed source files from the project 2014-08-15 08:17:40 -07:00
NuGet.Config Updating dev Nuget.config 2014-08-06 12:30:53 -07:00
README.md Create README.md 2014-07-02 12:50:49 -07:00
build.cmd Fixed kestrel build 2014-09-05 11:43:30 -07:00
build.sh Adding empty project structure 2014-06-02 16:24:55 -07:00
global.json Adding empty project structure 2014-06-02 16:24:55 -07:00
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.