Skip to content
This repository was archived by the owner on Nov 7, 2018. It is now read-only.

damianh-archive/WebSocketsMiddleware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Middleware that provides wraps OWIN's websocket functionality in an easy to use context

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors