AJ ONeal d82fd70d1c | ||
---|---|---|
.gitignore | ||
LICENSE | ||
README.md | ||
chatserver.go |
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