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

Aronaman's avatar

web application with desktop application

hey guys. I developed a restaurant booking application for my client and my client needs a local network desktop application for the front desk(suitable for POS machine).

my question is should I develop a new desktop application developed using c# and integrate with my cloud API

or there is another easy way to do it (like framework suitable for the web as well as a desktop application)?

or can I change my laravel backend to local network desktop application.

I was confused can anybody help me!!

thanks for reading

0 likes
3 replies
Aronaman's avatar

@aurawindsurfing 2 question. i am already make web application using laravel and i can make again using electron js. the second it's possible to made desktop application using electronjs and integrate with my web app using APi. my last idea what if I buy already build desktop application and try to inregrate using api? thanks in advance

aurawindsurfing's avatar

@aronaman don't buy desktop application - learn how to make one, it is not that difficult. You can make one API and then have both your web application and electronjs aplication consume the same API.

Please or to participate in this conversation.