admin管理员组

文章数量:1426515

My requirement is to develop a web page which shows the remote desktop I am connected to. The puter I am trying to connect is on the OpenStack cloud which has a static I.P(public I.P) and can be accessed by providing login credentials.

I don't mind if there is a need to add a plugin to my browser. Is there a tool or API to support this? Glad if there is a Node js solution for this.

My requirement is to develop a web page which shows the remote desktop I am connected to. The puter I am trying to connect is on the OpenStack cloud which has a static I.P(public I.P) and can be accessed by providing login credentials.

I don't mind if there is a need to add a plugin to my browser. Is there a tool or API to support this? Glad if there is a Node js solution for this.

Share Improve this question asked May 10, 2017 at 6:07 DhanaDhana 5731 gold badge12 silver badges29 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 3

Have you tried the remote-control-server package?. It enables you to control your PC from your web browser on your other PC or mobile device remotely. It also supports mouse movements, scrolling, clicking and keyboard input.

You can check it out here.

https://www.npmjs./package/remote-control-server

Hope this helps!

本文标签: javascriptRemote Desktop in browser through NodejsStack Overflow