I want to build application which tests the speed of website(website is inserted by user) through various proxy servers (also inserted by user). How can it be done in nodejs?
-
The same way it would be with any other language/platform. Measure an average time between a request and a response. The question is too broad. Consider reasking it once you have specific problem with implementation.Estus Flask– Estus Flask2018-06-13 17:14:20 +00:00Commented Jun 13, 2018 at 17:14
Add a comment
|
1 Answer
First, connect to the proxy server and send ping request through that proxy server. See net-ping and ping-wrapper