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

https://github.com/valueof/pscan

Very basic port scanner in node/react
https://github.com/valueof/pscan

Last synced: about 1 month ago
JSON representation

Very basic port scanner in node/react

Awesome Lists containing this project

README

          

Very basic port scanner (with UI) in Node/React. Made this to brush up on Node/React and see what's
new in that land.

Screenshot 2022-12-18 at 5 58 55 PM

To run the UI:
```sh
$ cd frontend
$ npm start
```

To run the backend:
```sh
$ cd backend
$ npm run build && npm start
```