Objective: Use SignalR for notification between Web API, and TypeScript/JavaScript based Web App, where Web API and the Web App is hosted in different domain.
Enabling SignalR and CORS on Web API:
Create a standard Web API project, and install the following NuGet packages:
Microsoft.Owin.Cors
...