how to kill the process currently using a port on localhost in windows code example
Example: stop localhost server
netstat -ano | findstr :yourPortNumber
tskill typeyourPIDhere
netstat -ano | findstr :yourPortNumber
tskill typeyourPIDhere