8000 GitHub - akidongzi/rdp-html5: RDP web client with Golang backend for proxy connection to Windows machine
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RDP web client with Golang backend for proxy connection to Windows machine

License

Notifications You must be signed in to change notification settings

akidongzi/rdp-html5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RDP-HTML5 client

Toy HTML5 client for connect to remote desktop on Windows.
I just wanted to learn the protocol.
Protocol specification available on MS-RDPBCGR.

rdp-html5 client screenshot

Features implemented

  • negotiation PROTOCOL_SSL
  • FASTPATH_OUTPUT_SUPPORTED, LONG_CREDENTIALS_SUPPORTED, NO_BITMAP_COMPRESSION_HDR
  • HIGH_COLOR_24BPP
  • pointer cache
  • basic graphics (Interleaved RLE-Based Bitmap Compression)

Tested on

  • Windows 7

Technologies

  • golang
  • html5
  • c language
  • webassembly

Inspired on

About

RDP web client with Golang backend for proxy connection to Windows machine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 66.9%
  • HTML 20.0%
  • JavaScript 6.9%
  • C 6.1%
  • Other 0.1%
0