Listening on port 8080... | How do I kill this?

Hi all,

Currently on "Get Set for our Backend Dev, step 13 specifically.

delafields:~/workspace (master) $ node server.js
Node.js listening on port 8080…

Lost as to how to kill the listening process and enter my next command. On the given animation I see “^C” is entered?
Any help is appreciated! Thanks.

Yup, CNTRL+C. It’s standard for terminals, and you’ll often see the control key as ^ in documentation or tutorials.

3 Likes

Easy as that.
Thanks mate.