❔ Web Question
Hi guys,
I need a little advice on which software technique to choose....
The situation is that I have a frontend that needs to fetch data from an ASP.NET backend.
This data it should fetch is on a game server, I can write extensions to connect to it, but it is not uncommon that e.g. a user has multiple servers, so when he clicks on something in the frontend it should be applied to all his servers. But data should also be requested which I then simply receive back which then goes back into the frontend via the rest endpoint.
Now I'm wondering if SignalR is the right decision, because I come to the point that if I get the data via SignalR I don't know how to return it via the rest endpoint.
And if I use GRPC I don't know how to get only the channels from a specific client to ask for the exact data return requests.
Maybe someone has an idea and there are some techniques I haven't considered yet.
I need a little advice on which software technique to choose....
The situation is that I have a frontend that needs to fetch data from an ASP.NET backend.
This data it should fetch is on a game server, I can write extensions to connect to it, but it is not uncommon that e.g. a user has multiple servers, so when he clicks on something in the frontend it should be applied to all his servers. But data should also be requested which I then simply receive back which then goes back into the frontend via the rest endpoint.
Now I'm wondering if SignalR is the right decision, because I come to the point that if I get the data via SignalR I don't know how to return it via the rest endpoint.
And if I use GRPC I don't know how to get only the channels from a specific client to ask for the exact data return requests.
Maybe someone has an idea and there are some techniques I haven't considered yet.
