valueof / pscan

Very basic port scanner in node/react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

$ cd frontend
$ npm start

To run the backend:

$ cd backend
$ npm run build && npm start

About

Very basic port scanner in node/react


Languages

Language:TypeScript 68.1%Language:CSS 17.2%Language:HTML 14.8%