Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 393 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 393 Bytes

Echo server

A Project for Blindside.io

Echo Server is a tiny Go application that listens for TCP connections and echos back whatever is typed up to the first new line and then closes the connection. It's primary purpose is to demonstrate simple networking in the "A Practical Guide for Docker" on Blindside.io.


Copyright (c) 2016 Blindside.io MIT License