Giter Site home page Giter Site logo

kaeferfreund / mstsc.js Goto Github PK

View Code? Open in Web Editor NEW

This project forked from citronneur/mstsc.js

0.0 0.0 0.0 563 KB

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

Home Page: https://mstsc-js.vercel.app

License: GNU General Public License v3.0

JavaScript 95.42% C 3.81% CSS 0.16% HTML 0.61%

mstsc.js's Introduction

mstsc.js

Mstsc.js Logo

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).

Cozy-Cloud

Mstsc.js is designed to work with Cozy-Cloud!

Cozy Logo

Cozy is a platform that brings all your web services into the same private space. With it, your web apps and your devices can share data easily, providing you with a new experience. You can install Cozy on your own hardware where no one is spying.

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.

mstsc.js's People

Contributors

citronneur avatar kaeferfreund avatar ianchanning avatar kekxv avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.