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

javascript - How feasible would it be to create a bash shell in a browser? - Stack Overflow

programmeradmin1浏览0评论

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 approaches would be the best for building real shell level access into a web page? Flash? Javascript?

I know this is really all opinion, but I'm curious if people think it might be possible?

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 approaches would be the best for building real shell level access into a web page? Flash? Javascript?

I know this is really all opinion, but I'm curious if people think it might be possible?

Share Improve this question asked Oct 24, 2009 at 21:16 dicrocedicroce 46.8k31 gold badges106 silver badges149 bronze badges 2
  • Neat, but I want a REAL bash shell... :) – dicroce Commented Oct 24, 2009 at 21:25
  • Well, it shows that it can be done in javascript ;) At least the front-end side of things. – hasen Commented Oct 24, 2009 at 21:42
Add a ment  | 

3 Answers 3

Reset to default 8

There are a few scripts that can do this :

  • http://antony.lesuisse/software/ajaxterm/
  • http://anyterm/index.html
  • http://www-personal.umich.edu/~mressl/webshell/index.html
  • http://www.techenclave./operating-systems/web-based-shell-interfaces-870.html

You could embed a Java SSH applet...

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

发布评论

评论列表(0)

  1. 暂无评论