Chat peer to peer with Netcat.

# setup listener on host A
nc -lp 1337

# connect to listener on host B
nc <ip> 1337

chat over netcat