This is a client which works with either a .NET Core SignalR server or a NodeJS SignalR server
Configure the serverUrl
variable in js/chat.js
- Of course you need to run a server first
npm i -g serve
serve -l 4567
- Visit http://localhost:4567
SignalR standalone client to communicate with .NET core server or NodeJS server
JavaScript
This is a client which works with either a .NET Core SignalR server or a NodeJS SignalR server
Configure the serverUrl
variable in js/chat.js
npm i -g serve
serve -l 4567