Comment on: Myrtille, an open source project to connect remote desktops from a simple browser
1 08 Apr 2016 16:47 u/cedrozor in v/programmingComment on: Myrtille, an open source project to connect remote desktops from a simple browser
Myrtille is a simple way to connect remote desktops from a web browser.
As a web UI, it’s device and OS independant. Server side, it uses the .NET (C#) framework and the RDP protocol through an HTTP gateway.
It supports HTML4 and HTML5, file transfer and WebP compression.
More information at http://cedrozor.github.io/myrtille/
Yes, I cite them as alternatives into the documentation, and myrtille does use FreeRDP as rdp client.
The difference is mainly the use of the .NET (C#) framework, making it a Windows solution. I tried to bring some new features, such as WebP compression and optimizations parameterizable client side (into the "config.js" file).