An open API service indexing awesome lists of open source software.

https://github.com/code-raushan/multithreaded-tcp-server

A multithreaded TCP server written in Go
https://github.com/code-raushan/multithreaded-tcp-server

go multithreaded-server networking tcp

Last synced: 8 months ago
JSON representation

A multithreaded TCP server written in Go

Awesome Lists containing this project

README

          

# 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