JavaScript (or JS+PHP) Terminal Client

2019-03-16 16:30发布

Does anyone know of a JS-based terminal client? Either something that initiates an SSH connection with a remote host or even something that simply communicates with a remote PHP script to execute commands and retrieve output. Does such a thing exist?

5条回答
The star\"
2楼-- · 2019-03-16 17:03

So far JSDom Shell is the only thing I have found, which seems relatively barebones but practical. If there are any other more substantial options, feel free to share!

查看更多
甜甜的少女心
3楼-- · 2019-03-16 17:08

Check Anyterm, it uses a XmlHttpRequest channel to communicate with a daemon that uses a pseudo-terminal to communicate with a shell or other application.

查看更多
一纸荒年 Trace。
4楼-- · 2019-03-16 17:08

http://sourceforge.net/projects/jsterminal

but you'd have to write your own commands to connect with the host

查看更多
干净又极端
5楼-- · 2019-03-16 17:15

http://www.masswerk.at/termlib/ looks interesting as a base.

查看更多
疯言疯语
6楼-- · 2019-03-16 17:24

Shell in a box could be used also with a small Asus EEE-PC:

http://code.google.com/p/shellinabox/

It works great also for virtual machines in a cloud.

查看更多
登录 后发表回答