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
- Host: GitHub
- URL: https://github.com/prabirshrestha/simple-owin
- Owner: prabirshrestha
- License: apache-2.0
- Created: 2012-08-10T22:18:24.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:32:19.000Z (over 1 year ago)
- Last Synced: 2024-05-06T19:07:54.572Z (about 1 year ago)
- Language: C#
- Size: 191 KB
- Stars: 13
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SimpleOwin
## Samples
Includes the following samples
* Hello world OWIN app
* OWIN app using multiple middlewares with AppFunc chainingWeb 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/