https://www.paypal.me/compilenix
when you have to debug stuff and cannot get easy data out of the system, but a simple http cient is available.
dump stuff to console or webclient (using websocket).
a random server with:
- git
- NodeJs
npm start
now you can send (http POST) stuff to the server's address on port 9991.
everything will be logged to console and all connected web clients (http GET on port 9992).