Can SignalR be used to create a server-side browserless websockets client? #28531
Unanswered
stemixreal
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Take a look at the docs, they might help you https://docs.microsoft.com/aspnet/core/signalr/background-services?view=aspnetcore-5.0 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible, using SignalR, to build a server-side wss websockets client that can request a connection then listen for messages?
Almost all the examples I can find, on various Azure services - application gateway, app service, and others, are for communication between your own webserver and clients in browsers.
I have no development experience with SignalR, more than happy to learn I'm just trying to save time by asking if it's possible before I dig further. The only example I've been able to find that creates a server-side client is one that runs in a webjob using dotnet and WebSocketSharp (https://github.com/sta/websocket-sharp). It's from 5 years ago though.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions