• Stars
    star
    162
  • Rank 231,301 (Top 5 %)
  • Language
    C#
  • License
    Apache License 2.0
  • Created over 13 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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

Note on owin NuGet Package

The OWIN community voted to sunset the owin.dll as it contains only the IAppBuilder interface which is not specified in any form in the current OWIN specification. We recommend you not use the owin NuGet package for any new OWIN related libraries. If you currently use a project that relies on the owin package, you do not need to do anything. The package will remain available in its current state for the foreseeable future.