@9fv.io/wait-for-it 中文文档教程
[圆徽章网址]:https://circleci.com/gh/9fv/node-wait-for-it/tree/master [ember-observer-badge-url]: http://emberobserver.com/addons/node-wait-for-it
node-wait-for-it
等待所有对 (host:port) 响应。
Table of Contents
- Synopsis
- Usage
- Installation
- API Reference
- Tests
- Run unit tests
- Compatibility
- Node
- Browser
- Issues
- Contributing
- Credits
- History
- License
Synopsis
等待直到所有对 (host:port) 响应。
警告!正在进行中……
Usage
const {waitForIt} = require('@9fv/wait-for-it');
waitForIt('www.google.com:80').wait();
waitForIt('www.google.com:80 www.yahoo.fr:80 www.laposte.net:80').wait();
waitForIt('www.jesuisunnomdedomainequinexistepas.com:443').wait();
waitForIt().add('www.google.com:443')
.add('www.jesuisunnomdedomainequinexistepas.com:443')
.timeout(15000)
.delay(1000)
.wait();
Installation
npm install @9fv.io/is-port-reachable
API Reference
Tests
Run unit tests
npm test
Compatibility
Node
使用 Node v9.5.0 进行测试。
Browser
目前未经测试。
Issues
请随时提交问题和增强请求。
Contributing
请参考项目的风格指南和提交补丁和添加的指南。 通常,我们遵循“fork-and-pull”Git 工作流程。
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
注意:在发出拉取请求之前,一定要合并来自“上游”的最新版本!
Credits
- node-host-port
- Thanks to Paul Schneider for his Stackoverflow answer about network connection timeout.
History
License
>
版权所有 (c) 2018 SAS 9 Février
特此授予许可,免费提供给任何获得副本的人 本软件和相关文档文件(“软件”),处理 在软件中不受限制,包括但不限于权利 使用、复制、修改、合并、发布、分发、再许可和/或出售 该软件的副本,并允许该软件是 提供这样做,但须满足以下条件:
上述版权声明和本许可声明应包含在所有 软件的副本或重要部分。
本软件“按原样”提供,不提供任何形式的明示或保证 暗示的,包括但不限于适销性保证, 适用于特定目的和非侵权。 在任何情况下都不得 作者或版权持有人对任何索赔、损害或其他 责任,无论是在合同、侵权或其他方面的行为中,由以下原因引起, 出于或与软件或使用或其他交易有关 软件。
[circle-badge-url]: https://circleci.com/gh/9fv/node-wait-for-it/tree/master [ember-observer-badge-url]: http://emberobserver.com/addons/node-wait-for-it
node-wait-for-it
Waits until all pairs (host:port) respond.
Table of Contents
- Synopsis
- Usage
- Installation
- API Reference
- Tests
- Run unit tests
- Compatibility
- Node
- Browser
- Issues
- Contributing
- Credits
- History
- License
Synopsis
Waits until all pairs (host:port) respond.
Warning! Work in progress…
Usage
const {waitForIt} = require('@9fv/wait-for-it');
waitForIt('www.google.com:80').wait();
waitForIt('www.google.com:80 www.yahoo.fr:80 www.laposte.net:80').wait();
waitForIt('www.jesuisunnomdedomainequinexistepas.com:443').wait();
waitForIt().add('www.google.com:443')
.add('www.jesuisunnomdedomainequinexistepas.com:443')
.timeout(15000)
.delay(1000)
.wait();
Installation
npm install @9fv.io/is-port-reachable
API Reference
Please refer to API documentation.
Tests
Run unit tests
npm test
Compatibility
Node
Tested using Node v9.5.0.
Browser
Untested at this time.
Issues
Feel free to submit issues and enhancement requests.
Contributing
Please refer to project's style guidelines and guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
Credits
- node-host-port
- Thanks to Paul Schneider for his Stackoverflow answer about network connection timeout.
History
Please refer to the changelog file.
License
>
Copyright (c) 2018 SAS 9 Février
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.