- Mastering ASP.NET Web API
- Mithun Pattankar Malendra Hurbuns
- 139字
- 2021-07-02 20:52:22
Stateless
The next constraint to add is stateless. The server should not contain any state of workflow. In this way, the client is the driver of the information that it wants. When the client asks the server for data, the client needs to pass all the relevant information to the server. This method of designing software creates an abstraction, where the server is unaware of the client; it creates a loose couple design, which is conducive to changes. Later on in the chapter, we will look further into stateless by expanding the idempotent concept.
The client has to keep track of its state. The downside is that the client will have to send more data to the server on each request.
Having the stateless server allows you to scale out, since the server does not store any client-specific data.
- HornetQ Messaging Developer’s Guide
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發經典名著)
- Google Flutter Mobile Development Quick Start Guide
- C++程序設計(第3版)
- Visual Basic程序開發(學習筆記)
- C/C++算法從菜鳥到達人
- Web Application Development with R Using Shiny(Second Edition)
- Java程序設計與實踐教程(第2版)
- 微信公眾平臺開發:從零基礎到ThinkPHP5高性能框架實踐
- Easy Web Development with WaveMaker
- Python機器學習:手把手教你掌握150個精彩案例(微課視頻版)
- Flux Architecture
- Python漫游數學王國:高等數學、線性代數、數理統計及運籌學
- Learning Salesforce Einstein
- Julia高性能科學計算(第2版)