Simple application written in Go that allows you to chat over your network with your bro :D
You'll need to have Go downloaded.
Pull down this repo and...
If you're the host, go run main.go -listen <local-ip-address>
If you're the guest, go run main.go <local-ip-address>