rabchev / web-terminal

Web-Terminal is a terminal server that provides remote CLI via standard web browser and HTTP protocol.
MIT License
443 stars 138 forks source link

Applications #26

Closed capriciousduck closed 4 years ago

capriciousduck commented 4 years ago

Hi, I want to add more packages? Is it possible? Like tmux, wget, and other basic command line packages?

rabchev commented 4 years ago

Almost certainly tmux will not work because this implementation is not a TTY emulator and supports only subset of VT100 codes. As stated in the README file, you should consider other projects that fully implement TTY. This project is only good for learning and experimenting or some narrow specific tasks. There is a link in the readme file to the project I like best.

As for wget and other basic command line packages that do not interact with TTY besides outputting information on the stdout / stderr should work.