This is a demonstration of self hosted SignalR, JS client and .NET client all in one.
If a Get-Request is made on /api/Home/Get, the client gets informed.
Or send a specific message with: /api/Home/MyMessage?=My text
- Build .NET project & start
npm installin js-client folder (start client server withnpm run dev)
- Used IDE: Visual Studio 2015 Community Update 2
- Node v10.5.0
- npm v6.1.0
- SignalR 2.1.2
- .NET Framework 4.6.1