Skip to content

robotspace/golang-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A minimal Go TCP chat example

Run this like

go run ./golang-chat.go

That will run a TCP chat server at localhost:6000. You can connect to that chat server like

telnet localhost 6000

And, of course, others can connect using your IP address like

telnet YOUR-IP-HERE 6000

assuming your firewall allows it.

About

A minimal Go TCP chat example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 100.0%