How feasible would it be to create a bash shell in a browser?

后端 未结 3 916
北海茫月
北海茫月 2021-02-06 07:25

Primarily, I\'m a C/C++ programmer on Unix machines... But I\'d kill for browser based shell access to a linux box...

So, the question is: How hard would it be, and what

相关标签:
3条回答
  • 2021-02-06 08:13

    There are a few scripts that can do this :

    • http://antony.lesuisse.org/software/ajaxterm/
    • http://anyterm.org/index.html
    • http://www-personal.umich.edu/~mressl/webshell/index.html
    • http://www.techenclave.com/operating-systems/web-based-shell-interfaces-870.html
    0 讨论(0)
  • 2021-02-06 08:13

    This is already done in Cloud9 project. You can run terminal application in the browser.

    0 讨论(0)
  • 2021-02-06 08:19

    You could embed a Java SSH applet...

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