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

https://github.com/cap32/find-port-sync

Sync get an available port
https://github.com/cap32/find-port-sync

free nodejs port sync

Last synced: 2 months ago
JSON representation

Sync get an available port

Awesome Lists containing this project

README

          

# find-port-sync

> Sync get an available port

## Install

```
$ npm install find-port-sync
```

## Usage

```js
const findPortSync = require('find-port-sync');

findPortSync(); //=> 51402
```

## Related

- [get-port](https://github.com/sindresorhus/get-port) - Async API for this module
- [get-port-cli](https://github.com/sindresorhus/get-port-cli) - CLI for this module

## License

MIT © Cap32