An open API service indexing awesome lists of open source software.

https://github.com/prabirshrestha/simple-owin

simple owin implementation examples
https://github.com/prabirshrestha/simple-owin

Last synced: about 2 months ago
JSON representation

simple owin implementation examples

Awesome Lists containing this project

README

        

# SimpleOwin

## Samples

Includes the following samples

* Hello world OWIN app
* OWIN app using multiple middlewares with AppFunc chaining

Web socket samples (requires IIS8+/IIS8Express+ on Windows 8+ with `#define ASPNET_WEBSOCKETS`)

* Hello world OWIN WebSocket extension sample

## Middlewares

### AspNetWebSocketMiddleware
Adds support for OWIN WebSockets extensions if running on Windows 8+ with IIS8+.

For more infomation about OWIN visit http://owin.org/