Improving Node.js https request performance
The HTTPS module of Node.js allows making HTTPS request to other servers. Unfortunately, making requests with this module often leads to poor performance. I found that calling a nearby HTTPS server usually took between 300 ms and 150 ms. With the following simple solution, I was able to reduce