AJAX console window with ANSI/VT100 support?

2019-03-13 12:35发布

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 thinking something like this: 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.

3条回答
来,给爷笑一个
2楼-- · 2019-03-13 12:59

There's also Shell In A Box.

查看更多
姐就是有狂的资本
3楼-- · 2019-03-13 13:12

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.

查看更多
登录 后发表回答