Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 302 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 302 Bytes

golang-p2p-chat

console chat with auto reconnection and TLS encryption written in go

Installing

go get github.com/faroyam/golang-p2p-chat

Getting Started

  1. Generate SSL keys for TSL
bash makeCerts.sh
  1. Run chat
go build chat.go && ./chat <username> <remote IP>