Archive

browser based shell terminal in node.js

terminal

I have been playing around a little bit... with web sockets and executing shell commands via node.js, and created a web based shell terminal. This is really just a POC rather than finished product, how to created a web based terminal taking advantages of socket.io and node.js

I have put the code on github, so you can check it out. Before you run it, make sure you have all the necessary packages, and also, you have the update the web folder static file path in the config.js file.

Comments: