Ujwal
Ujwal

Reputation: 73

How to test speed of a website through proxy server in nodejs

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?

Upvotes: 0

Views: 1469

Answers (1)

Ujwal Kadariya
Ujwal Kadariya

Reputation: 145

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

Upvotes: 1

Related Questions