Check the Connection (Time) to a Host + Port
ms it took to connect or false if failed
import { network } from "@rjweb/utils"// host, port, timeout msawait network.test('127.0.0.1', 80, 5000) // 7.270833998918533 Copy
import { network } from "@rjweb/utils"// host, port, timeout msawait network.test('127.0.0.1', 80, 5000) // 7.270833998918533
1.1.0
nodejs
timeout = 10000 Copy
timeout = 10000
Check the Connection (Time) to a Host + Port