Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

michaelnero/SignalR-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SignalR demos

This repository showcases features of SignalR. These demos were developed for a Headspring brown bag.

There are two projects in this repository

  • StockTrader - a demo that shows how

  • to create, assign connections to and broadcast messages to ad-hoc groups.

  • multiple front-ends can use the same SignalR hub, with a web front-end in StockTrader.Web and a WinRT front-end in StockTrader.Windows

  • VirusReplication - a demo that shows how

  • to stream data to a web front-end

  • web front-ends are not able to handle the amount of data that SignalR is capable of sending, so I present a solution for throttling virus generation calculations and streaming those results to the client.

  • to connect a node.js front-end to an ASP.NET SignalR hub.

Resources

Here are some third-party resources you'll see referenced in the projects

About

SignalR brown bag demos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published