How to stop Node.js server?

I’ve just setup MEAN stack on my DigitalOcean server. I got the test app to run fine, but now when I open command line from DigitalOcean it just shows info: GET /modules/etc… and the part where I type is blank. How do I stop the server and get it back to where it was originally so I can access folders etc.?

Simply doing CTRL+C does not stop the server from running, which is what I need to do.

Leave a Comment