Check if port reachable.
npm install -S @jswork/next-is-reachableimport '@jswork/next-is-reachable';
nx.isReachable({ port: 80, host: 'www.baidu.com' }).then((res) => {
// true
});Code released under the MIT license.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Check if port reachable.
npm install -S @jswork/next-is-reachableimport '@jswork/next-is-reachable';
nx.isReachable({ port: 80, host: 'www.baidu.com' }).then((res) => {
// true
});Code released under the MIT license.