Skip to content

Instantly share code, notes, and snippets.

@mwygoda
Created August 31, 2017 16:55
Show Gist options
  • Select an option

  • Save mwygoda/cd0d9d6a8cdf438707ef9e23ccbba943 to your computer and use it in GitHub Desktop.

Select an option

Save mwygoda/cd0d9d6a8cdf438707ef9e23ccbba943 to your computer and use it in GitHub Desktop.
app.UseSignalR
app.UseSignalR(routes => {
routes.MapHub<ChatHub>("chat");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment