I am on a Mac running OSX 10.9.4
I am trying to run a Nesta app, it uses localhost:8080. I know that the app is not using the port since mr-sparkle has not yet installed.
But I entered the address and see that i left something is running. How can i find what that is and kill it, in plain English with minimal jargon. All i need is the command for the terminal.
I have tried
And various others but I cannot see the PID running on 8080.
This is what is showing at that localhost.
Edit 1
I ran netstat -l -p | grep 8080
per a suggestion but got this