Skip to content

code-raushan/multithreaded-tcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Multithreaded TCP Server written in Go

  • one thread (goroutine in this case) per client model
  • spawns a goroutine thread for every connecting client
  • server close down gracefully handled

About

A multithreaded TCP server written in Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages