Good looking peer to peer chat made with golang.
Features
- Automatic Peer Discovery
- Connect with everyone in the current local address
- Have multiple Peers from the same device (Shared Port)
- Good Terminal Design
Demo
How To Install
Clone the Repo
git clone https://github.com/sairash/p2p_chat_app.gitGo to the directory
cd p2p_chat_appUse Make to run the application
make runOr Build and run the application
go build -o p2p./p2p -name sai -port 8080 -local false -debug falseRepeat the same thing in another terminal or computer and enjoy talking peer to peer.
