Question: It doesn’t seem like my application is actually shutting down. Am I doing some thing wrong?
I’m running a Node JS server that’s listening for HTTP requests. It seems that even after hitting ctrl-C multiple times, and ensuring that the ‘Run’ button at the top is indicating that the application is stopped, I still see in the console that the server is still receiving and logging HTTP requests.
Am I doing something wrong in shutting down the application?
if you really don’t want it to run for a while you can go to .replit and replace entry = 'index.js' (should look kind of like that) and replace it with run = '' it won’t do anything but you can’t run your code either so you’ll have to use shell. @BrianChoe1