An example chat server in golang.
Ir al archivo
AJ ONeal d82fd70d1c learning, learning, learning... and doing it the hard way 2018-07-29 00:45:12 -06:00
.gitignore Initial commit 2018-07-21 21:45:42 +00:00
LICENSE Initial commit 2018-07-21 21:45:42 +00:00
README.md TCP chat works with multiple telnet clients 2018-07-21 21:58:05 -06:00
chatserver.go learning, learning, learning... and doing it the hard way 2018-07-29 00:45:12 -06:00

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