An open API service indexing awesome lists of open source software.

https://github.com/pirosikick/available-port

Detect available port number in Node.js
https://github.com/pirosikick/available-port

Last synced: 3 months ago
JSON representation

Detect available port number in Node.js

Awesome Lists containing this project

README

        

# available-port
Search available port number in Node.js

## Usage

```javascript
var availablePort = require('available-port');

availablePort.searchCountUp(3000, function (err, no) {
...
});

availablePort.searchCountDown(3000, function (err, no) {
...
});
```

## License

MIT