Replies: 1 comment 3 replies
-
You need to give a full url in a NodeJs app. For example "http://localhost:5000/chat" |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a NodeJs API application. Is it possible to setup singalr HUB setup in my NodeJs API application?
I tried the below setup
let connection = new signalR.HubConnectionBuilder()
.withUrl("/chat")
.build();
Error: Cannot resolve '/chat'.
Beta Was this translation helpful? Give feedback.
All reactions