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?
我打算编写网关Web应用程序,它需要具有VT100 / ANSI转义码支持的“终端窗口”。是否有基于AJAX的替代方案来执行此类任务?
I'm thinking something like this: http://tryruby.hobix.com/
我在想这样的事情:http://tryruby.hobix.com/
My preferred backend for the system is Python/Twisted/Pylons, but since I'm just planning, I will explore every option.
我首选的系统后端是Python / Twisted / Pylons,但由于我只是计划,我将探索每个选项。
3 个解决方案
#3
3
AjaxTerm has a terminal, with mostly felicitous terminal emulation, done on the Python backend (it just pushes display updates to the client Javascript).
AjaxTerm有一个终端,主要是很好的终端仿真,在Python后端完成(它只是将显示更新推送到客户端Javascript)。
The AjaxTerm website has been down for some time, but you can still find it packaged in Debian.
AjaxTerm网站已经停机了一段时间,但您仍然可以在Debian中找到它。
#1
#2
#3
3
AjaxTerm has a terminal, with mostly felicitous terminal emulation, done on the Python backend (it just pushes display updates to the client Javascript).
AjaxTerm有一个终端,主要是很好的终端仿真,在Python后端完成(它只是将显示更新推送到客户端Javascript)。
The AjaxTerm website has been down for some time, but you can still find it packaged in Debian.
AjaxTerm网站已经停机了一段时间,但您仍然可以在Debian中找到它。