Skip to content

hilltop16/simple-chat-application-with-Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages