OWIN and Katana, why decouple the application from the server?
Your question is valid. You are probably mostly thinking of web facing web servers. Serving HTML (or json or websockets) can be used for so much more. I use Nancy instead of IIS because I have a small application that I only want to reach from the inside while IIS is outward facing. Also – … Read more