文件名称:is-port-reachable:检查本地或远程端口是否可访问
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-15 01:40:32
JavaScript
是可到达端口的
检查本地或远程端口是否可访问
安装
$ npm install is-port-reachable
用法
const isPortReachable = require ( 'is-port-reachable' ) ;
( async ( ) => {
console . log ( await isPortReachable ( 80 , { host : 'google.com' } ) ) ;
//=> true
} ) ( ) ;
原料药
isPortReachable(端口,选项?)
返回Promise
【文件预览】:
is-port-reachable-main
----.gitignore(23B)
----package.json(736B)
----.npmrc(19B)
----index.js(518B)
----test.js(454B)
----.github()
--------workflows()
--------funding.yml(61B)
----license(1KB)
----readme.md(704B)
----.gitattributes(19B)
----.editorconfig(175B)