Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kazordoon/nodejs-port-scanner
Simple port scanner made with Node.js and the native net module.
https://github.com/kazordoon/nodejs-port-scanner
javascript net net-module nodejs port-scanner
Last synced: about 5 hours ago
JSON representation
Simple port scanner made with Node.js and the native net module.
- Host: GitHub
- URL: https://github.com/kazordoon/nodejs-port-scanner
- Owner: kazordoon
- License: mit
- Created: 2020-08-04T15:34:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T13:15:57.000Z (5 months ago)
- Last Synced: 2024-11-16T03:42:04.969Z (3 days ago)
- Topics: javascript, net, net-module, nodejs, port-scanner
- Language: JavaScript
- Homepage:
- Size: 96.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nodejs-port-scanner
[![npm version](https://badge.fury.io/js/%40kazordoon%2Fport-scanner.svg)](https://badge.fury.io/js/%40kazordoon%2Fport-scanner)[![kazordoon](https://circleci.com/gh/kazordoon/nodejs-port-scanner.svg?style=svg)](https://circleci.com/gh/kazordoon/nodejs-port-scanner)
Simple port scanner made with Node.js and the native net module.
## Getting Started
### Prerequisites
- Node.js
- NPM / Yarn### Installing
- Clone the repository: `git clone https://github.com/kazordoon/nodejs-port-scanner.git`
## Running the tests
- Install the dependencies with a package manager:
- NPM: `npm install`
- Yarn: `yarn`
- Run the tests:
- NPM: `npm test`
- Yarn: `yarn test`## Built With
- [Node.js](https://nodejs.org/) - JavaScript runtime environment that executes JavaScript code server-side.
## Versioning
For the versions available, see the [tags on this repository](https://github.com/kazordoon/nodejs-port-scanner/tags/).
## Authors
- **Felipe Barros** - *Initial work* - [kazordoon](https://github.com/kazordoon)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.