/woggleserver

Woggle is a word toggle TCP server written in Go. The Woggle Server accepts a word and returns it in reverse.

Primary LanguageGo

Woggle Server

Woggle is a word toggle TCP server written in Go. The Woggle Server accepts a word and returns it in reverse.

Usage

$ go run main.go

Connecting

$ nc localhost 3000

Docker

$ docker build -t woggleserver .
$ docker run -p 3000:3000 woggleserver