find program using port

Developer from somewhere

Problem: find which process is using a specific port.

Solution: found here

lsof -i :8080 | grep LISTEN