Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 513 Bytes

File metadata and controls

17 lines (14 loc) · 513 Bytes

Description

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

Setup

  • Build .NET project & start
  • npm install in js-client folder (start client server with npm run dev)

Notes

  • 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