Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.