shellserve
v0.0.4
Published
shellserve is used to easily give shells scripts http access similar to cgi-bin but from command line.
Downloads
1
Readme
shellserve - Serve Shell Commands over Http
Head on over to the microsite
Quick Start
To use shellserve install with
npm i --global shellserve
Then use like below, date can be any command you want to execute on each request.
shellserve date