Reputation: 21
Hi we need to run signalr client on console, are there any npm packages available. i've already tried this https://www.npmjs.com/package/signalr-client but it is not getting connected to server HUB.
Upvotes: 1
Views: 588
Reputation: 3333
There is an issue under "Known Issues" title. "client.Proxy settings currently only work for HTTP and not HTTPS".
Alternatives
https://www.npmjs.com/package/signalrjs
Upvotes: 1