Is there any specific reason why` kill node`? Won't this effect other node application running on the same instance? https://github.com/felixyu9/nodejs-express-on-aws-ec2/blob/5c952bf6e82eaab518989d667afb848b02a0ff8f/scripts/application_stop.sh#L4
Is there any specific reason why
kill node? Won't this effect other node application running on the same instance?nodejs-express-on-aws-ec2/scripts/application_stop.sh
Line 4 in 5c952bf