An example chat server in golang.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
AJ ONeal d82fd70d1c learning, learning, learning... and doing it the hard way 6 years ago
.gitignore Initial commit 6 years ago
LICENSE Initial commit 6 years ago
README.md TCP chat works with multiple telnet clients 6 years ago
chatserver.go learning, learning, learning... and doing it the hard way 6 years ago

README.md

chat.go

Rudimentary go chat server as a fun project.

Install

git clone https://git.coolaj86.com/coolaj86/chat.go.git

Usage

Start the server

go run chatserver.go

Connect with another client or three.

telnet localhost 4080