Answers for "how to kill a specific port terminal"

7

How to kill a port

npx kill-port 8080
Posted by: Guest on September-19-2020
0

kill a server port in terminal

/*
if you have ran a code that uses a server or server port you can easily
kill the server port, and the just created server i think, simply typing: 

(ctrl + c) or (cmd + c) for MAC
*/
Posted by: Guest on March-02-2022

Browse Popular Code Answers by Language