Skip to content

Instantly share code, notes, and snippets.

@rachelappel
Created June 7, 2014 01:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rachelappel/fac0ef40f13e890ed0c4 to your computer and use it in GitHub Desktop.
Save rachelappel/fac0ef40f13e890ed0c4 to your computer and use it in GitHub Desktop.
public class Startup
{
public void Configuration(IAppBuilder app)
{
app.MapSignalR();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment