/owin

OWIN defines a standard interface between .NET web servers and web applications.

Primary LanguageC#Apache License 2.0Apache-2.0

What is it?

OWIN defines 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.

Read the specification

owin.org