From a web server running in Windows 2012, I will need to send a message to specific clients. These clients are over 2000 Delphi apps. Every message is for a specific client, there is no broadcast, what technology can I use? I am completely new on this issue. I'm looking at hosts, signal R (based in Woscox), MSMQ, RabbitMQ, ...
MSMQ: seems a good solution Cons: It only works in Windows, maybe in the future, me Need to add other platforms as clients.
RabbitMQ: It's also good, but I think it offers lots of features for my scenario. Actually, I only need to send messages to specific clients from the server.
SignalR: I'm confused it seems to be basically a web browser, not for client applications. It seems a simple solution.
Actually, I'm looking at a simple and basic solution that I can implement in Delphi to get messages from a web server.
No comments:
Post a Comment