From 19cf259d60256d543c09d0fcde8b81e0a9f4cb42 Mon Sep 17 00:00:00 2001 From: Eilon Lipton Date: Wed, 2 Jul 2014 12:50:49 -0700 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000..4921a45505 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +KestrelHttpServer +================= + +This repo contains a development web server for ASP.NET vNext based on [libuv](https://github.com/joyent/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](https://github.com/aspnet/home) repo. +