Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 403 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 403 Bytes

simple-chat-application-with-Go

to start the program, in the terminal, run the host by type: go run main.go -listen yourinternalIP
in another terminal, run the guest by type: go run main.go thehostIP
to compile the program, run go build, then run ./mychat -listen yourinternalIP
for cross-compiling, run GOOS=windows GOARCH=amd64 go build -o yourdesiredfilename