Skip to content

davidfowl/SignalR.Lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 and ClientDisconnectedToken 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.

About

A lightweight version of SignalR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published