1.0.0 • Published 8 years ago

command-line-webserver v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

Customizeable CommandLine for Node.js

Allows you to create your very own command line that you can access on the web!

Install

open a command line and run:

npm install command-line-webserver

Usage

var your_variable = require('command-line-webserver');

API

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

Contributing to the code is very welcome and will help for future versions

License

Published under the MIT license