/reverse-server

A simple server in Go that will accept connections on a TCP socket and read in a newline-terminated string. The server reverses the string, and sends the result back over the socket to the client.

Primary LanguageGoMIT LicenseMIT

Stargazers