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
go get github.com/emicklei/go-restful

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
Description
An example chat server in golang.
Readme 76 KiB
Languages
Go 93.6%
HTML 6.3%
JavaScript 0.1%