Bunuh proses di windows port
netstat -ano | findstr "PORT_NUMBER"
taskkill /PID PORT_NUMBER /f
Milan
netstat -ano | findstr "PORT_NUMBER"
taskkill /PID PORT_NUMBER /f
taskkill /F /PID PORT_NUMBER
kill $(lsof -t -i:8080)
//kill port 8080