Skip to content

Files

Latest commit

20d2eb4 · Jul 27, 2024

History

History
7 lines (4 loc) · 221 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 221 Bytes

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