- 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.
推薦閱讀
- JavaScript百煉成仙
- 自己動(dòng)手寫Java虛擬機(jī)
- Vue.js前端開發(fā)基礎(chǔ)與項(xiàng)目實(shí)戰(zhàn)
- Leap Motion Development Essentials
- AutoCAD VBA參數(shù)化繪圖程序開發(fā)與實(shí)戰(zhàn)編碼
- Linux操作系統(tǒng)基礎(chǔ)案例教程
- R Deep Learning Cookbook
- Mastering Linux Security and Hardening
- Python圖形化編程(微課版)
- Getting Started with React Native
- 軟件測(cè)試教程
- 軟件供應(yīng)鏈安全:源代碼缺陷實(shí)例剖析
- Couchbase Essentials
- Python Data Science Cookbook
- Nagios Core Administration Cookbook(Second Edition)