How to kill a Node.js process running at a specific port in Linux?
Originally Published Here ๐!
To Kill a Node.js process running at a port, you can use the lsof (List of Open files) Linux command.
For our use case, Let's consider we want to kill a Node.js process at port 3000.
For that, we can use the -i flag in t...
melvingeorge-me.hashnode.dev1 min read