Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 202 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 202 Bytes

Tcp Server

A TCP server takes in any request text per line and sends a query to an external API until client send quit or timed out.

Run

go run *.go

Connect

nc localhost 2019