Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 331 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 331 Bytes

brochat

Simple application written in Go that allows you to chat over your network with your bro :D

Run chat app

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>