Remote computer management through the browser
About six months ago, I decided to create a program to manage a computer through a browser. I started with a simple single-socket HTTP server that sent images to the browser and received cursor coordinates for control. At a certain point, I realized that WebRTC technology is well-suited for this purpose. Chrome browser offers such a solution, which is installed via an extension. However, I wanted to create a lightweight program, […]
