Sharding, Replication and System Design Week 51.1 Cohort 3.0
Stateless vs Stateful Backend
Stateless backend
Each request is independent. The server does not keep client session state between requests.
Any server instance can handle any request if it has access
blog.adityaguptareal.com18 min read