Skip to content

faroyam/golang-p2p-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>