Comment on Show HN: Script-httpd – Turn command line scripts into web servicesparentComments−beefsackOP6yIt's very similar to websocketd, however this is intended to be used by one-shot scripts over HTTP.websocketd uses the WebSocket protocol for streaming scripts, whereas script-httpd uses plain HTTP for terminating scripts.
Comments
It's very similar to websocketd, however this is intended to be used by one-shot scripts over HTTP.
websocketd uses the WebSocket protocol for streaming scripts, whereas script-httpd uses plain HTTP for terminating scripts.