Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samvv/node-find-free-ports
Find multiple free ports on localhost using NodeJS
https://github.com/samvv/node-find-free-ports
Last synced: about 1 month ago
JSON representation
Find multiple free ports on localhost using NodeJS
- Host: GitHub
- URL: https://github.com/samvv/node-find-free-ports
- Owner: samvv
- Created: 2020-05-09T14:18:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T00:57:02.000Z (about 1 year ago)
- Last Synced: 2024-10-31T08:42:57.780Z (2 months ago)
- Language: TypeScript
- Homepage: https://npmjs.com/find-free-ports
- Size: 453 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the development repository of the [find-free-ports][1] package over at
_npm_. You might be looking for the documentation, which is available [over
here][2]._find-free-ports_ is a small NodeJS library written in TypeScript that can
generate a list of unsused ports on the local machine very quickly.[1]: https://npmjs.com/find-free-ports
[2]: https://github.com/samvv/node-find-free-ports/tree/master/package/README.md## License
All code in this repository is licensed under the MIT license, unless otherwise
noted.