OWIN

Open Web Interface for .NET

About

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.

OWIN defines a single anonymous delegate signature, and therefore introduces no dependencies; there is no OWIN source code.

Specification

Discussion

Discuss OWIN on the .NET HTTP Abstractions list.

Chat

You can also join the chat room to discuss owin.

Projects

These projects are known to be OWIN-compatible. If you'd like your project listed here, please post on the discussion list.

Hosts

Frameworks

Other