Reputation: 73
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
Reputation: 145
First, connect to the proxy server and send ping request through that proxy server. See net-ping and ping-wrapper
Upvotes: 1