Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Aronaman's avatar

Workflow for desktop app to the web App in diff machine

hey guys, we developed desktop app and web app. we have multiple client (org). we had setup local datacenter (server) for each using LAN and Connect to web App Cloud db. (see image 1) https://i.imgur.com/OZqJduo.jpg

the problem is if the internet connection failed for one of the client and user order some thing from the website, it cause unreached problem (see image 2) https://i.imgur.com/RxjSOfO.jpg

we try to answer the problem using online and offline method, but it cause server load b/c 24/7 the client should online (see image 3) https://i.imgur.com/4Tc3Eq0.jpg do you have any better idea or technology ! Hint : Our web app building using laravel (php) and our desktop app building using c#

0 likes
2 replies
bugsysha's avatar

If I understand you correctly, you are trying to make the desktop app work offline?

Aronaman's avatar

@bugsysha yea I made it offline incase if the internet is not working, the question how to hide the content of offline desktop app in website, to avoid unreached order. I am trying to make Microservices system, but I am new for this kind of complex architecture

Please or to participate in this conversation.