JavaScript (or JS+PHP) Terminal Client

前端 未结 5 486
再見小時候
再見小時候 2021-02-04 19:46

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

相关标签:
5条回答
  • 2021-02-04 20:21

    http://sourceforge.net/projects/jsterminal

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

    0 讨论(0)
  • 2021-02-04 20:23

    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.

    0 讨论(0)
  • 2021-02-04 20:31

    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 讨论(0)
  • 2021-02-04 20:36

    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.

    0 讨论(0)
  • 2021-02-04 20:37

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

    0 讨论(0)
提交回复
热议问题