While NodeJs architecture does very well to process server requests in a non-blocking way, it is sometimes required to stop/abort a request being processed at the server side.
How can I get my NodeJs server to abort a request even when it's not blocking the server?