Middleware to help you work with websockets in an owin pipeline.
There are two nuget packages. The main one is pure owin and this has no dependencies.
install-package WebSocketsMiddleware
The second package provides integration with IAppBuilder, which is deprecated but provided here for legacy and compatability reasons.
install-package WebSocketsMiddleware.OwinAppBuilder
An asp.net vNext builder integration package will be forthcoming.
See the tests as examples of usage.



