Skip to content

A pure Node.js Microsoft Remote Desktop Protocol (RDP) Client

License

Notifications You must be signed in to change notification settings

FlashWebIT/mstsc.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mstsc.js

Mstsc.js Logo

This fork is modified to only use URL parameters as such: http://localhost:9250/?host=yourip&user=youruser&pass=yourpass

Mstsc.js is a pure javascript Microsoft RDP (Remote Desktop Client) client using nodejs, node-rdpjs and socket.io. It allows you to connect to any terminal server compatible application, through a web browser (optimized for firefox, but compatible with chrome and internet explorer 11 too).

Check out the original project for more.

Install

Install last release :

npm install mstsc.js

Install last dev commit :

git clone https://github.com/citronneur/mstsc.js
cd mstsc.js
npm install
node server.js

How does it works ?

Frontend

The frontend application uses socket.io and canvas for binding with mstsc.js backend. The front-end is in charge of bitmap decompression through rle.js file. This file is generated by Emscripten from rle.c which comes from rdesktop source.

Backend

The backend application uses nodejs, express and socket.io as the web server. The main goal of the backend is to be a proxy between the web browser and the terminal server. It uses node-rdpjs for its rdp client.

About

A pure Node.js Microsoft Remote Desktop Protocol (RDP) Client

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 95.9%
  • C 3.8%
  • HTML 0.3%