最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

JavaScript (or JS+PHP) Terminal Client - Stack Overflow

programmeradmin3浏览0评论

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 municates with a remote PHP script to execute mands and retrieve output. Does such a thing exist?

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 municates with a remote PHP script to execute mands and retrieve output. Does such a thing exist?

Share Improve this question asked Nov 17, 2008 at 5:27 WilcoWilco 33.4k49 gold badges132 silver badges161 bronze badges
Add a ment  | 

5 Answers 5

Reset to default 4

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

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

http://sourceforge/projects/jsterminal

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

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

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

It works great also for virtual machines in a cloud.

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!

发布评论

评论列表(0)

  1. 暂无评论