Synchronization of concurrent HTTP requests in NodeJS
Oleksii RudenkoJanuary 2, 2018 1:11 PM
As the follow-up to my previous post, I wrote a simple NodeJS server which demonstrates how to implement synchronization of concurrent requests so that certain parts of business logic are not executed twice.
Making Better HTTP APIs
Oleksii RudenkoDecember 28, 2017 1:11 PM
In this post, I discuss the problem of duplicate requests in typical HTTP APIs and how to solve it.