Express server problem

when i host a server the code is still running how to stop it?

When you start the server in the terminal, press ctrl + c to abort the server before running a new instance. Alternatively, open task manager and kill all the “node” processes.