chat.go/README.md

24 lines
271 B
Markdown
Raw Normal View History

2018-07-21 21:45:42 +00:00
# chat.go
Rudimentary go chat server as a fun project.
# Install
```bash
git clone https://git.coolaj86.com/coolaj86/chat.go.git
```
# Usage
Start the server
```bash
go run chatserver.go
```
Connect with another client or three.
```bash
telnet localhost 4080
```