0

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?

1
  • 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. Commented Jun 13, 2018 at 17:14

1 Answer 1

1

First, connect to the proxy server and send ping request through that proxy server. See net-ping and ping-wrapper

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.