Skip to content
Martin Halliday edited this page Jul 8, 2016 · 7 revisions

The Owin Framework

An open architecture for interoperable OWIN middleware

This project defines an open architecture for building middleware components that work together, and in the spirit of the original OWIN design it comprises mostly interfaces that do not place constraints on the shape of the middleware components, and do not drive the implementation of them.

Unlike Katana there is no giant ecosystem that you need to study for weeks before you can integrate your middleware with it. This framework allows you to get going on your middleware project right away. Install one NuGet package, spend half an hour reading some documentation and example code, then get cracking.

Check out these useful pages