Base solution for your next web application
Open Closed

SignalR receive message through Websocket from outside software (not client side Angular) #7183


User avatar
0
miroslav.engi created

Hi,

I need to communicate with other systems in network which can send me data through Websocket. I supose SignalR implemented in Asp Zero backend is good for that ?

I am looking at your documentation but can't see any implementation how to receive message which is send to Websocket from outside. Looking at the documentation https://aspnetboilerplate.com/Pages/Documents/SignalR-AspNetCore-Integration#connection-establishment can't find it.

I created new Hub, and created a route. I can connect to the WS://localhost ... but how can I get the message ? As you can see in the image it is connected to the Hub. But how can I retrieve that message in backend ?

So my goal is to be able to get simple message through websocket and work with it. Currently I need it without user authentication.


2 Answer(s)