+ 1
What Is It a "stateless server"?
I found it sometimes in different hosting and website, but i am not sure of the meaning, can you explain maybe with an example?
9 Réponses
+ 9
The REST architecture is stateless for example
https://www.quora.com/Why-is-REST-web-service-always-stateless
+ 3
Serverless is stateless server, it runs functions without saving any state on the server. It uses rest api to access or update states on other database server.
+ 1
Bhavya Bhav Thank you for the answer, ☺️ so when and where is used a stateless server?
+ 1
Bhavya Bhav very helpful Indeed!
+ 1
Thank you @Calvjn Does serverless is used for AWS Lambda functions, for example?
+ 1
Walter Perdan Yes, AWS Lambda is one of the serverless in the market.
0
@Bhavya Bhav that stackoverflow question is pretty old (10 years) but should be still actual, right?
I understand now the difference between the two (stateless and stateful)....