Skip to content

Demo of SignalR 2 .NET 4.6.1 with JS and .NET Client all combined.

Notifications You must be signed in to change notification settings

knnhcn/SignalR_NET461_NET-JS-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Demo of SignalR 2 .NET 4.6.1 with JS and .NET Client all combined.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published