Skip to content

BeSoBad/goecho

Repository files navigation

TCP Echo Server
coverage go-report codebeat

Asynchronous TCP server implementing Echo Protocol.

Features

  • One goroutine handles one connection.
  • Gracefully stopping the server and closing all active connections.
  • Ability to write and use custom MessageHandler instead of EchoHandler.

Build and run

  • docker-compose up

Connect

Windows

  • telnet 127.0.0.1 7

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors