Skip to content Skip to sidebar Skip to footer

Ajax Console Window With Ansi/vt100 Support?

I'm planning to write gateway web application, which would need 'terminal window' with VT100/ANSI escape code support. Are there any AJAX based alternatives for such a task? I'm th

Solution 1:

Solution 2:

There's also Shell In A Box.

Solution 3:

AjaxTerm has a terminal, with mostly felicitous terminal emulation, done on the Python backend (it just pushes display updates to the client Javascript).

The AjaxTerm website has been down for some time, but you can still find it packaged in Debian.

Post a Comment for "Ajax Console Window With Ansi/vt100 Support?"