You might just want to use VNC.

VNC is a program that allows you to run an X server (or a Windows session) on a server machine, and display the output on a different machine (even one with a different os). That is, it's the graphics equivalent of an ssh server and client.

VNC also has a way to use through a browser. If it's enabled, the VNC server behaves as a https server, where clients can connect and do the operations through javascript. This means that you don't have to install anything on the client machine. The disadvantage of the javascript way is that it's slow, even slower than otherwise.

VNC is secure, and is free software.

As such an application has to be an X server, I don't think you could get good performance if you want to reimplement it in perl. It requires a fast machine (and network too, you can only use VNC on intranet) as is. It would be even slower in perl.


In reply to Re: XWindows in Perl by ambrus
in thread XWindows in Perl by rockmountain

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.