I am using http-server to deploy my angular app on my computer just for doing some performance tests.
Here is the results of the deployment:
And when I stop the server, the terminal tells me that http-server is stopped:
I used netstat to make sure the port 8081 is not opened:
But for some reasons, I still can run my application. May be the reason is that it is a PWA but I'm not sure.
Do you think that the reason my app remains alive is because it is a PWA? If not do you have any idea about what could be the reason?