This is a project demonstrating how you can implement distributed lock in NodeJS using:
This project implements the high-level implementation described on the Redis manual here.
Install all dependencies with:
npm installRun the dev server:
npm run dev