built a server that can handle ongoing requests from clients over TCP (HTTP/1.1) connections. It's designed to support up to 10000000 clients at once by efficiently managing threads.
Tested with 13000 requests using Postman's spike mode, yielding an average response time of 2 milliseconds.