Skip to content

TCP and UDP echo servers written in Go with graceful termination

Notifications You must be signed in to change notification settings

arunk-s/graceful_servers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCP and UDP echo servers written in Go

The echo servers have following features

  • graceful termination on SIGINT/interrupt and SIGTERM/terminate signal
  • avoids "use of closed network connection" errors when terminating the server

About

TCP and UDP echo servers written in Go with graceful termination

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages