/concurrency-tutorial

This a is tutorial for concurrency problem solution using MySQL intention exclusive lock

Primary LanguageJavaScript

concurrency-tutorial

This is a tutorial for concurrency problem solution using MySQL intention exclusive lock.

You can find explaination for the code on the original blog

installation

  • create a my sql db
  • change direcctory to project folder
  • create a .env file with keys similar to the file .env.example
  • install dependencies
cd concurrency_tutorial && npm i

now it should be up and running on port 3030

Thanks