How to send message across processes

Easy way:

# p1
netcat -l localhost 3232

#p2
echo "a" | netcat localhost 3232