kill a port

Shell
kill $(lsof -ti:3000) kill $(lsof -t -i:8080)
//kill port 8080
Source

Also in Shell: