Home

Awesome

WebSockets Middleware

Build status NuGet Status NuGet Status

Middleware to help you work with websockets in an owin pipeline.

Installation

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.

Using

See the tests as examples of usage.

Help

@randompunter or OWIN room on Jabbr

Developed with:

Resharper TeamCity dotCover dotTrace