|
|
|
|
 | |  |
| That's great -- Which Menas using OWIN I can create my own web server which can help running ASP.NET | |
 | |  |
|
 |
 | |  |
| OWIN – Open Web Interface for .NET – a standard interface between .net web servers and web applications. Earlier, ASP.NET was tightly coupled with IIS. But using OWIN you can break it! | |
 | |  |
|
|
|
|
|
|
|
 |
 | |  |
| Katana – A set of OWIN components built and released by Microsoft (open source), with both hosts, servers and functional components like bindings to frameworks like SignalR and ASP.NET Web API. | |
 | |  |
|
|
|
|
|
|
|
 | |  |
| Wow -- Which means I can run ASP.NET on Linux! | |
 | |  |
|
 |
 | |  |
| Kestrel – a cross platform ASP.NET 5 development web server available on NuGet | |
 | |  |
|
|
|