Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 279 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 279 Bytes

echoserver

Simple EchoServer made in Go (GoLang).

Usage

  1. Run make build
  2. Run ./bin/echo <port> (The <port> is optional and the default value is 3333)
  3. Connect to the server (for example, use netcat: nc <ip> <port>)

Run make help to see all commands.