I am running a redirect server in Node.JS. The server accepts requests in the form /?url=http://google.com and redirects the client to that page. We have been load testing the server and only getting 18k requests per second. Is there a way to increase this throughput?