Phase 1 · Internet & Backend Basics

Topics

Statelessness

Part of the Backend Developer Roadmap.

Summary

The REST constraint that each request must contain all the information needed to process it — the server shouldn't rely on memory of previous requests.

How to Learn This

  • 1Identify what data a stateless API must include in every request (e.g. auth tokens).
  • 2Learn why statelessness is what makes APIs horizontally scalable.
  • 3Compare a stateless REST API to a stateful, session-based server.
InsideEdge

Stuck on this topic? Ask an Insider

Get 1:1 guidance from people who've walked this exact path — free on the InsideEdge app.

Download
InsideEdge