Allows you to create your very own command line that you can access on the web!
open a command line and run:
npm install command-line-webserver
var your_variable = require('command-line-webserver');
keeps a log of all commands done including: the time sent, the command executed and what the client got as a reply
your_variable.messages[0] //this goes to the very first message in the log
Contributing to the code is very welcome and will help for future versions
Published under the MIT license