- 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.
- Interactive Data Visualization with Python
- Web交互界面設計與制作(微課版)
- PostgreSQL技術內幕:事務處理深度探索
- MATLAB應用與實驗教程
- Magento 1.8 Development Cookbook
- SharePoint Development with the SharePoint Framework
- Visual C#.NET程序設計
- Angular開發入門與實戰
- HTML5秘籍(第2版)
- Unity 3D/2D移動開發實戰教程
- Natural Language Processing with Python Quick Start Guide
- Backbone.js Testing
- Arduino電子設計實戰指南:零基礎篇
- Mastering Bootstrap 4
- PHP+MySQL Web應用開發教程