Which Programming Language Should I Use to Create a Remote Desktop Website? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

10th Feb 2021, 7:01 PM
UnEpic_NotDeveloper
6 Answers
+ 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.
10th Feb 2021, 7:39 PM
Sonic
Sonic - avatar
+ 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.
10th Feb 2021, 7:45 PM
🌀 Shail Murtaza شعیل مرتضیٰ
🌀 Shail Murtaza شعیل مرتضیٰ - avatar
+ 3
What do you mean by a remote desktop website.
10th Feb 2021, 7:37 PM
Sonic
Sonic - avatar
+ 3
For a non web, remote desktop application C# or Java seem suitable.
10th Feb 2021, 7:37 PM
Sonic
Sonic - avatar
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/
11th Feb 2021, 3:37 PM
Brian
Brian - avatar
0
Sorry I have no idea 🥺
12th Feb 2021, 1:45 AM
❤️😍Prerana😍❤️
❤️😍Prerana😍❤️ - avatar