- Building RESTful Web Services with PHP 7
- Haafiz Waheed ud din Ahmad
- 177字
- 2021-07-03 00:02:14
Why a web service?
Now, we know what a web service is. So before proceeding to REST, it is important to know the need for a web service. Where can a web service be used?
As just defined, a web service is a system to support machine-to-machine inter-operable communication over a network. It is very useful for communication between different systems or devices. In our case, we will be using web services to provide an interface by which either a mobile application or a web application will be able to communicate with a server to get and store data. This will make the client-side application separate from the server side logic. And nowadays, SPAs (Single Page Applications) and mobile applications need to be stand alone, separate from server side and only interacting with server side logic with web services. So definitely web services are very much important nowadays. However, web service usage is not limited to client side application usage but it is also useful in server to server communication where one server acts as a client.
- Mastering Entity Framework Core 2.0
- JavaScript前端開發模塊化教程
- Angular UI Development with PrimeNG
- Python數據分析從0到1
- 基于ARM Cortex-M4F內核的MSP432 MCU開發實踐
- 精通MySQL 8(視頻教學版)
- SpringBoot從零開始學(視頻教學版)
- 貫通Tomcat開發
- 3ds Max 2018從入門到精通
- Mastering Machine Learning with R
- Visual Basic語言程序設計上機指導與練習(第3版)
- Spring Boot 3:入門與應用實戰
- Spring Boot學習指南:構建云原生Java和Kotlin應用程序
- C語言程序設計實驗指導與習題精解
- Access 2016數據庫應用與開發:實戰從入門到精通(視頻教學版)