Hacker News new | ask | show | jobs
by kkapelon 2627 days ago
Honest question: what is the advantage over nc + compression utility of your choice?

If you are just learning Golang, then congrats on shipping!

1 comments

Hey!

It can be useful if your transmitting data between two different clients on two different networks. In this case, you don't need to open ports on your firewall nor change your network configuration :)

Thank you!