Is there a way to quickly bind to a TCP port/ip address and simply print out all information to STDOUT? I have a simple debugging solution which writes things to 127.0.0.1:4
$ nc -k -l 4444 > filename.out
see nc(1)