is-port-reachable:检查本地或远程端口是否可访问

时间:2024-06-15 01:40:32
【文件属性】:

文件名称: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 。 港口 类型: number 选项 类型: object 主持人 类型: string 默认值: 'localhost' 可以是域或IP。 超时 类型: number 默认值: 1000 放弃之前要等待的毫秒数。 有关的 -检查


【文件预览】:
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)

网友评论