Peer-to-peer chat written in Go
go get github.com/dracconi/gossip (Note: master is currently unstable branch that doesn't always work!)
go install github.com/dracconi/gossip
It's depends on only:
- tui-go
If you have working executable, then turn on the server by gossip s, you may specifiy port with --port [port]. Then start the client gossip c [ip address with port].
- Convert whole in-app communication to chans rather than some strange things.
- Change protocol from pure TCP (?) to TLS.