+ 1
Which Programming Language Should I Use to Create a Remote Desktop Website?
I want to attempt (emphasis on attempt) to create a Remote Desktop Website with which I can access a Windows PC in my house through a chromebook. Does anyone have any suggestions on which language to use to do this?
6 odpowiedzi
+ 5
For most websites you need html, css, javascript. For the back-end you need a language like Node or any other standard back-end language.
+ 4
I have used python to make a program by which I can remotely control my computer from any device.
Source code
https://github.com/ShailMurtaza/web-remote-computer
And I did the same thing using PHP.
+ 3
What do you mean by a remote desktop website.
+ 3
For a non web, remote desktop application C# or Java seem suitable.
0
In case you wish to fall back to a canned solution, a quick search reveals that there are existing VNC apps for Chromebook. For the PC side my favorite is UltraVNC. Using UVNC Server on the PC lets you remote to it via browser or client app.
https://www.uvnc.com/
0
Sorry I have no idea 🥺