Verdi Erel Ergün
Verdi Erel Ergün

Reputation: 1051

How to have a server run and display a terminal instance?

I have a Ruby Program. I would like a user to type in a URI and have a terminal window display in-browser that is running an instance of the .rb file. The user should be able to type into the browser as they would if they were running the .rb file locally on their terminal machine and have the server respond. What is the best way to do this?

Upvotes: 0

Views: 113

Answers (1)

ctilley79
ctilley79

Reputation: 2195

Maybe something like this will work. Linode uses this to allow end users to login to their slices. Might be able to use the same thing in this instance.

http://wiki.contribs.org/Ajaxterm

Upvotes: 1

Related Questions