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

https://github.com/code-raushan/thread-pool-tcp-server

TCP server based on a thread pool implementation in Go.
https://github.com/code-raushan/thread-pool-tcp-server

go networking tcp threadpool

Last synced: 6 months ago
JSON representation

TCP server based on a thread pool implementation in Go.

Awesome Lists containing this project

README

          

# Thread Pool based TCP server

- TCP server that has a thread pool based thread per client implementation that comes with rate-limiting by default.

- We can specify the number of workers.

- `go run main.go --workers 4`