please some one tell me what is Kestrel and its usage in dotnet core ?
thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
santosh kumarPosted Jun 1, 2017, 8:04 AM
Kestrel is a cross-platform HTTP server based on libuv(https://github.com/libuv/libuv), a cross-platform asynchronous I/O library.
It is similar to IIS Express in Standard ASP.NET development.
SubashPosted Jun 2, 2017, 12:10 AM
Posted Jun 1, 2017, 9:59 AM