Comment on Show HN: Script-httpd – Turn command line scripts into web servicesComments−bsg756yHow would this compare to websocketd ?−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
How would this compare to websocketd ?
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.