mrcodetastic / quickviewer.app

Remote desktop management from a web browser, based on Qt5. Similar to TeamViewer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuickViewer

QuickViewer - Remote desktop management from a web browser, based on Qt5 for the desktop host.

tl/dr: Use it @ https://quickviewer.app/

It kind of sucks, but it was built out of pure boredom.

This project contains three components:

  1. QuickView - Qt client (Windows, Linux) project;
  2. quickviewer_proxy - The intermediary proxy server written in Golang
  3. public-html - The files that need to be served for the web client portal website.

Client access portal

Client Screenshot

Host Desktop Qt Application

Host Screenshot

Architecture overview

Web Client <-> HTTP Server (for web UI content)
Web Client <-> Golang WebSocket Server / Proxy <-> QuickViewer Qt application (host desktop)

Credits

Qt host desktop application based on: https://github.com/agafon0ff/SimpleRemoteDesktop

About

Remote desktop management from a web browser, based on Qt5. Similar to TeamViewer.

License:GNU Lesser General Public License v3.0


Languages

Language:JavaScript 49.6%Language:C++ 31.0%Language:HTML 11.4%Language:Go 7.3%Language:QMake 0.7%