you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 2 years ago (1 child)

for content sites, stateless is fine. for web apps you need states of all different kinds. even the smallest detail is a state in an application.

endpoints themselves are stateless, but the web application is stateful. you only have to build the world once, and its much friendlier for end users.

  • source
  • parent
  • hideshow 2 child comments