All Projects → kljensen → golang-chat

kljensen / golang-chat

Licence: MIT license
A minimal Go TCP chat example

Programming Languages

go
31211 projects - #10 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].