- ASP.NET Core 2 Fundamentals
- Onur Gumus Mugilan T. S. Ragupathi
- 128字
- 2021-07-23 17:09:40
Request-Response Pattern
Before talking about the request-response pattern, let's discuss a couple of terms: client and server. A server is a computing resource that receives the requests from the clients and serves them. A server, typically, is a high-powered machine with huge memory to process many requests. A client is a computing resource that sends a request and receives the response. A client could typically be any application that sends the requests.
Coming back to the request-response pattern, when you request a resource from a server, the server responds to you with the requested resource. A resource could be anything—a web page, text file, image, or another data format.

You fire a request. The server responds with the resource. This is called a request-response pattern.
- PyTorch自動駕駛視覺感知算法實戰
- Java Web及其框架技術
- AIRAndroid應用開發實戰
- Object-Oriented JavaScript(Second Edition)
- Python程序設計
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- Visual C++應用開發
- QGIS By Example
- Building Serverless Applications with Python
- Learning PHP 7
- C# Multithreaded and Parallel Programming
- C語言程序設計教程
- Offer來了:Java面試核心知識點精講(框架篇)
- JSP大學實用教程
- Hadoop MapReduce v2 Cookbook(Second Edition)