What Is It a "stateless server"? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

31st May 2019, 7:44 AM
Walter Perdan
Walter Perdan - avatar
7 Answers
+ 9
The REST architecture is stateless for example https://www.quora.com/Why-is-REST-web-service-always-stateless
31st May 2019, 8:03 AM
Burey
Burey - avatar
+ 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.
31st May 2019, 8:26 AM
Calviղ
Calviղ - avatar
+ 1
Bhavya Bhav Thank you for the answer, ☺️ so when and where is used a stateless server?
31st May 2019, 7:52 AM
Walter Perdan
Walter Perdan - avatar
+ 1
Bhavya Bhav very helpful Indeed!
31st May 2019, 8:01 AM
Walter Perdan
Walter Perdan - avatar
+ 1
Thank you @Calvjn Does serverless is used for AWS Lambda functions, for example?
31st May 2019, 8:31 AM
Walter Perdan
Walter Perdan - avatar
+ 1
Walter Perdan Yes, AWS Lambda is one of the serverless in the market.
31st May 2019, 8:38 AM
Calviղ
Calviղ - avatar
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)....
31st May 2019, 8:28 AM
Walter Perdan
Walter Perdan - avatar