bugsmith@programming.devM to Programming@programming.dev · 2年前How Standard Ebooks serves millions of requests per month with a 2GB VPSalexcabal.comexternal-linkmessage-square39fedilinkarrow-up1114arrow-down15
arrow-up1109arrow-down1external-linkHow Standard Ebooks serves millions of requests per month with a 2GB VPSalexcabal.combugsmith@programming.devM to Programming@programming.dev · 2年前message-square39fedilink
minus-squareadrian783@lemmy.worldlinkfedilinkarrow-up2·2年前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.
minus-squareexpr@programming.devlinkfedilinkarrow-up1·2年前I wasn’t talking about frontend state, just the server. Frontend state is kind of irrelevant, tbh.
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.
I wasn’t talking about frontend state, just the server. Frontend state is kind of irrelevant, tbh.