Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/davidfowl/signalr.lite

A lightweight version of SignalR
https://github.com/davidfowl/signalr.lite

Last synced: 2 months ago
JSON representation

A lightweight version of SignalR

Awesome Lists containing this project

README

        

SignalR.Lite
============
A lightweight version of SignalR that serves as a learning tool for how the real framework actually works.

It shows the following:

- The new [HttpTaskAsyncHandler](http://msdn.microsoft.com/en-us/library/system.web.httptaskasynchandler.aspx) and [ClientDisconnectedToken](http://msdn.microsoft.com/en-us/library/system.web.httpresponse.clientdisconnectedtoken.aspx) in .NET 4.5.
- A very naive and basic in memory message bus implementation.
- Server Sent events and LongPolling transport implementations on the server and client.
- Transport fallback on the client side.