Skip to content

This is a simple electron app to view and terminate used ports in windows.

License

Notifications You must be signed in to change notification settings

kemalk89/electron-port-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

electron-port-master

This is a simple application where you can look for applications using port XY. It is written with HTML, JavaScript and CSS.

It simply wraps the Windows command netstat -anb and shows the results in readable manner.

In addition you can terminate respective applications which are blocking the searched port. Therefore there is a simple wrapper around the windows taskkill /f /pid <pid> command.

How to run?

If not already done, install nodejs (https://nodejs.org/en/) on your local machine.

  1. Clone Repository and navigate to Project Directory
  2. Run in Command Line: npm i
  3. Run in Command Line npm run electron

About

This is a simple electron app to view and terminate used ports in windows.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published