- Kotlin Programming By Example
- Iyanu Adelekan
- 115字
- 2021-08-27 20:00:15
Clients and servers
A web client is any application that communicates with a web server utilizing HTTP. A web server is a computer that provides – or serves – web resources to web clients. A web resource is anything that provides web content. A web resource can be a media file, an HTML document, a gateway, and so on. Clients need web content for various purposes, such as information rendering and data manipulation.
Clients and servers communicate with each other via HTTP. One major reason for the utilization of HTTP is the fact that it is extremely reliable in data transmission. The use of HTTP ensures data loss does not occur in a request-response cycle.
推薦閱讀
- Python快樂編程:人工智能深度學習基礎
- JIRA 7 Administration Cookbook(Second Edition)
- Java從入門到精通(第4版)
- Python應用輕松入門
- Java Web應用開發技術與案例教程(第2版)
- The HTML and CSS Workshop
- 深入淺出PostgreSQL
- Node.js全程實例
- .NET 3.5編程
- Mastering Android Development with Kotlin
- Learning AngularJS for .NET Developers
- Django 5企業級Web應用開發實戰(視頻教學版)
- Python自然語言理解:自然語言理解系統開發與應用實戰
- Penetration Testing with the Bash shell
- Python GUI Programming Cookbook(Second Edition)