in reply to A different approach to generating a GUI
Another option is just to drop the browser all together, and make your gui server just send control signals and data to pure Perl GUis directly through sockets.
That is already the easiest thing to do. Just have your users download the special client programs, and let them connect. Why have the overhead of the browser at all?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: A different approach to generating a GUI
by renodino (Curate) on Dec 29, 2005 at 14:58 UTC |