▲ 113 ▼ How Standard Ebooks serves millions of requests per month with a 2GB VPS (alexcabal.com) submitted 2 years ago by bugsmith@programming.dev [M] to c/programming@programming.dev 39 comments fedilink hide all child comments
[–] adrian783@lemmy.world 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. permalink fedilink source parent hideshow 2 child comments replies: [–] expr@programming.dev 1 point 2 years ago I wasn't talking about frontend state, just the server. Frontend state is kind of irrelevant, tbh. permalink fedilink source parent
[–] expr@programming.dev 1 point 2 years ago I wasn't talking about frontend state, just the server. Frontend state is kind of irrelevant, tbh. permalink fedilink source parent