SignalR Realtime Application Cookbook
上QQ阅读APP看书,第一时间看更新

Chapter 1. Understanding the Basics

In this chapter, we will cover:

  • Adding a Hub to an ASP.NET project
  • Adding a Hub to a self-hosting application
  • Connecting to a Hub from a JavaScript client
  • Connecting to a Hub from a .NET application