Skip to content

piku98/idempotency-tutorial

Repository files navigation

Idempotency Tutorial

A simple server side code for my blog on idempotency. https://devpiku.com/post-requests-playing-among-us-try-idempotency Its written in NodeJS and uses redis as a state store for the requests.

1x-2023-12-10-1702

Steps to run:

You would need docker to make things simple. Just pull the code and run docker compose up.

If you dont use docker install redis and node. Then in the project file run npm install blah, blah, blah. Just install docker and run the command written above.

About

A simple server code for demonstrating idempotency for my blog.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors