/SignalRSamples

Self hosted sample applications for common SignalR usage scenarios.

Primary LanguageJavaScript

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