This website uses cookies
We use cookies to continuously improve your experience on our site. More info.
A standard interface between .NET web servers and web applications. The goal of the OWIN interface is to decouple server and application, encourage the development of simple modules for .NET web development, and, by being an open standard, stimulate the open source ecosystem of .NET web development tools.
First released | 2012 |
Developed by | Microsoft |
Latest stable version | 4.2.2 |
Open-source | Yes |
OWIN aims to do for .NET what Java Servlet and Servlet containers do for the JVM.