Thursday, 13 April 2017

Is it possible to signal yourself in Node.js?

I know it's possible to send SIGTERM, SIGINT, etc. to your own process in the C programming language:

https://www.gnu.org/software/libc/manual/html_node/Signaling-Yourself.html

Does Node.js provide this functionality?



via Shivanshu Goyal

No comments:

Post a Comment