flying706 / ws4rdp

websocket for Windows RDP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ws4rdp

This project only provide a websocket for proxy Windows RDP protocol. Most important DO NOT expose the port outside!!!

User's Guild

Download the binary package from herehttps://github.com/jumpserver/ws4rdp/releases

Then run it! We default run at ws://127.0.0.1:9250/socket.io/ you need to know!

Developer's Guild

First of all, you must install the node and npm by yourself.

install the packages

npm i 

run for test

npm start 

build the package

npm run-script build

License

GPLv3

Thanks

https://github.com/citronneur/mstsc.js

https://github.com/citronneur/node-rdpjs

https://github.com/zeit/pkg

About

websocket for Windows RDP

License:GNU General Public License v3.0


Languages

Language:JavaScript 99.8%Language:HTML 0.2%