-2

in an application, I want to open the zoom application on the user's computer from my website, how can I do this?

1 Answers1

0

If you are usung Djongo Rest for your application integrated with a Javascript -framework front end i would suggest you look at the following answer detailing the solution for a Javascript based framework. Running .exe from Javascript. If not maybe you could add more details to your questions, like are you running a Django CMS aplication?

Gledi
  • 51
  • 1
  • İm using https://riot-api-libraries.readthedocs.io/en/latest/lcu.html , this api run just user localhost, iwant connect user pc and run localhost – hakan ulu Jan 16 '22 at 14:32
  • I am still not sure i understand you. This library just goes through some basics API. I would suggest trying to better re-express your question. If you want just to open an .exe file by clicking on a button , the previous function details how you can do it via a Javascript function. Otherwise it would not make sense to launch an .exe file server side. – Gledi Jan 16 '22 at 16:55
  • İ deploy my website heroku İ want to get request user localhost but i run this script get request running heroku server localhost – hakan ulu Jan 16 '22 at 20:55