KO
|
EN
gitlite — search
Search
#javascript
#python
#machine-learning
#react
#hacktoberfest
#java
#home-assistant
#mysql
#php
#typescript
#data-science
#cpp
SignalR.Lite
★ 28
Open GitHub ↗
A lightweight version of SignalR
Download README (.md)
Explore Similar Repositories
random-modular-network-generator
:
Generates random graphs with tunable strength of community structure
Commander.Fody
:
A Fody weaver for ICommand invocation and implementation.
google-drive-client-php
:
No description available.
master-application-tum
:
Essay for my application to TUM's Master Program
trygo
:
http and web services of framework for golang
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
SignalR.Lite
?
Download (.md)
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.