- Building RESTful Web Services with PHP 7
- Haafiz Waheed ud din Ahmad
- 108字
- 2021-07-03 00:02:15
Client server
REST is about separating the client and server. This constraint is about "separation of concerns". It means that the server and client have separate responsibilities, so one is not responsible for the other's duties. For example, the client is not responsible for data storage on the server as it is the server's responsibility. In the same way, the server doesn't need to know about the user interface. So both the server and client perform their tasks and fulfill their own responsibilities which makes their work easier. Hence, the server can be more scalable and the user interface on the client can be independent and more interactive.
推薦閱讀
- PHP動態(tài)網(wǎng)站程序設(shè)計
- C語言程序設(shè)計(第2版)
- Python Game Programming By Example
- Learning AWS Lumberyard Game Development
- Java持續(xù)交付
- Learning Neo4j 3.x(Second Edition)
- SQL Server從入門到精通(第3版)
- Visual C++開發(fā)入行真功夫
- 區(qū)塊鏈技術(shù)與應(yīng)用
- Building Microservices with .NET Core
- 持續(xù)集成與持續(xù)交付實戰(zhàn):用Jenkins、Travis CI和CircleCI構(gòu)建和發(fā)布大規(guī)模高質(zhì)量軟件
- Node.js開發(fā)指南
- Principles of Strategic Data Science
- UML軟件建模
- Continuous Delivery and DevOps:A Quickstart Guide Second Edition