how to stop a node server from running

C++
ps aux | grep node

kill -9 PROCESS_IDCtrl+C
Source

Also in C++: