SignalR Service and SignalR Server (5 by default), used for two-way communications with clients Client connections Clients are connected directly to SignalR Service, url and access token are resolved by the endpoint "negotiate" Data transmit 1 to 1 mapping between client connection and relative server connection that takes charge of it. Therefore SignalR Service acts as a transport layer between server and clients, completely managing the connections (scalability)