I've implemented a basic terminal: https://metacpan.org/pod/App::screenorama
You can try it out with something like this: SCREENORAMA_STDIN=1 screenorama daemon -- bash I've been looking at stealing some code from https://github.com/chjj/term.js to make arrow keys work, but haven't gotten to that yet. I just tried out term.js directly which seems to work, but I don't want a fixed col/row terminal, but rather have it fit into the parent html element. On Tuesday, May 12, 2015 at 4:35:27 PM UTC+2, Brian Manning wrote: > > On Monday, May 11, 2015 at 12:24:12 PM UTC-7, Aaron wrote: >> >> Ladies and Gents, >> >> I would like to implement a remote terminal in my current web application >> such that users can log into a Hadoop cluster, thus, I would think, need to >> be able to SSH into the login node and then run a Spark shell or whatever >> else they would want to do... >> >> Am I missing an existing example? I can't imagine that I am the first to >> want to implement this functionality...If my Google-Foo has been sub-par, I >> apologize ahead of time... >> > > Not Mojolicious based, but https://code.google.com/p/shellinabox/ > > It's in the Debian/Ubuntu package repos. > > Thanks, > > Brian > >> -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
