We're designing a shell in the browser that will stream everything that shell outputs. stdout, stderr, anything.
however, just as this little example would demonstrate to you,
git clone https://github.com/joyent/node.git >./git.out
cat ./git.out
most of the output is not given to ./git.out. here is little video, if you want to see what's happening http://screencast.com/t/7zTdPfq7Pr7
We need commands like 'top','git' to work, any ideas how to get them ?
(outputting into a file is for illustration purposes only, we will stream every line of output to another system, we know for top it wouldn't make sense but I hope my point is clear enough for the ones who can provide insight. thanks.)
Requirements Reflection for the Web Clients: Web browser enabled for Java 1.5+– Devrim Jul 3 '11 at 18:39