citronneur / node-rdpjs

Remote Desktop Protocol for Node.js
GNU General Public License v3.0
887 stars 154 forks source link

Do you have an example for createServer ? #28

Open michaelsogos opened 7 years ago

michaelsogos commented 7 years ago

I'm creating an electron app and one of the EPIC in our roadmap is to activate an remote access to the host that run our application.

Unfortunately i cannot find an example of how to create a server with method createServer( [options{}]).

Can you supply please?

michaelsogos commented 7 years ago

Do you have news about this?

mechamogeo commented 5 years ago

@citronneur I want this example too, the only example of connection created is the Client connection, but i need to create an server rdp.

nupejosh commented 4 years ago

@citronneur @geovanipfranca were either of you ever able to find or make an example of a server rdp for an electron app?

mechamogeo commented 4 years ago

@citronneur @geovanipfranca were either of you ever able to find or make an example of a server rdp for an electron app?

@nupejosh I don't, i also try to create an example in browser with new versions of chrome in scripts, but they don't work at all, also this repo is not updated after 2017 its sad, but next month i will try to create an fork and recreate the examples, i will reference here for you ( @nupejosh ) and the @michaelsogos.

mechamogeo commented 4 years ago

@nupejosh and @michaelsogos, i recommend to you see before i create the examples of the forked project managed by T-System the project node-rdpjs and the example project mstsc.js the client. They forked these two and make some changes to better experience.