Node.js process doesn’t die on exit (ctrl+c)
Hello all,
Back in action with some uber simple node.js suggestions:
I bet that everybody have experimented the frustration of having this error:
EADDRINUSE, Address already in use
The reason is pretty simple, we quitted from the terminal without properly killing the node.js process. Till here everything plain and simple.
Then what to do to avoid this frustrating behavior…