Simple HTTP server that lets subsribe for data with GET requests (as text/event-stream SSE) and emit data with POST requests
Simple HTTP client that POSTs each incoming stdin command line to specified URL, reusing the connection if possible