shut down port local host 8080 code example
Example: close all localhost connections
netstat -ano | findstr :yourPortNumber
taskkill /PID typeyourPIDhere /F
netstat -ano | findstr :yourPortNumber
taskkill /PID typeyourPIDhere /F