Skip to content

Self hosted sample applications for common SignalR usage scenarios.

Notifications You must be signed in to change notification settings

VijendranThangaraj/SignalRSamples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Self Hosted SignalR Samples

Self hosted sample applications for common SignalR usage scenarios.

Demonstrated Scenarios

  • Creating and hosting a SignalR server and a hub
  • Connecting to a SignalR server and communicating with a hub on it
  • Managing clients on the server side
  • Calling methods of the hub from a client
  • Client joining to a group, leaving the group
  • Sending messages from client to server
  • Broadcasting a message from server to all the clients
  • Broadcasting a message from server to a group
  • Broadcasting a message from server to a a single client

About

Self hosted sample applications for common SignalR usage scenarios.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.3%
  • C# 4.6%
  • HTML 1.1%