Skip to content

maxclav/echoserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple EchoServer made in Go.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published