Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JavaScript (or JS+PHP) Terminal Client

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?

like image 415
Wilco Avatar asked Nov 17 '08 05:11

Wilco


1 Answers

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.

like image 189
Christian C. Salvadó Avatar answered Sep 19 '22 15:09

Christian C. Salvadó