An example chat server in golang.
Go to file
AJ ONeal 9c507ae68e fix func by passing conn, go fmt (oops), start http detection 2018-07-30 23:51:46 -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 minor update 2018-07-29 17:04:05 -06:00
chatserver.go fix func by passing conn, go fmt (oops), start http detection 2018-07-30 23:51:46 -06:00
config.sample.yml update example config 2018-07-29 23:18:19 -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
go get gopkg.in/yaml.v2

Usage

Start the server

go run chatserver.go -conf ./config.yml

See sample config file at config.sample.yml.

Connect clients

You can connect multiple clients.

telnet localhost 4080