Welcome

to my Blog

I’m a FrontEnd developer based in France. Loving beautiful and easy to use interfaces.

Follow
banner-image
Dealing with process signals with Node.js

Dealing with process signals with Node.js

JavaScript is asynchronous but we sometimes forget that it’s single threaded. This can be a problem when dealing with signals. Today I stumbled a problem while developping cat-hex, a small command line tool for Node.js....

Continue...