DanielNogales / SignalRSamples

Self hosted sample applications for common SignalR usage scenarios.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 93.7%Language:C# 4.9%Language:HTML 1.4%