How to connect WPF to WPF over Azure?

Rada Matěj 200 Reputation points
2023-11-08T06:38:53.78+00:00

Hi,
I have WPF Desktop application, and I need to make it communicate with itself. There should be an Azure machine (server) with one instance and many Desktop instances of it. I've got one limitation -> communication must be Desktop -> Azure. So any new instance on any Desktop must be able to sign in (over HTTPS) into this WPF instance (hub) on the Azure server. Something like SignalR or WebSockets would be nice, but that would involve ASP.NET/website solution. As I need Desktop to Desktop solution, is there any better way, than to self host ASP to make it communicate? Communication consists of health check and data exchange.

Thank you.

Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,340 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.