Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: Best GUI for Perl?

by perlfan (Vicar)
on Jul 07, 2020 at 03:59 UTC ( [id://11118990]=note: print w/replies, xml ) Need Help??


in reply to Re: Best GUI for Perl?
in thread Best GUI for Perl?

Additionally, distributing local applications like this has been made much easier by containerizations like Docker. Instructions to the client would be,
  1. install Docker
  2. docker run mycoolapp
  3. in browser, go to https://localhost:1234578
  4. profit!
Use an exported volume so their data is always safely outside the container, and you have the recipe for pretty smooth client and maintainer experiences.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11118990]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-04-19 06:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found