当前位置:网站首页>Two popular architectures for web application system development
Two popular architectures for web application system development
2022-06-22 00:38:00 【Two rasps!】
C/S
Client/Server( The client / The server )
The server only manages data centrally , Computing tasks are scattered on the client , The client and server communicate through network protocol , The client sends a data request to the server , The server sends the data to the client for calculation , Calculation completed , The calculation result can be returned to the server .
Another situation is , The client performs simple preprocessing first , Then submit the processed results to the server for further processing . This mode is also commonly referred to as the fat client mode .
give an example :QQ、Foxmail
B/S
Browser/Server( browser / The server )
The client uses a common browser instead of various application software , The server is Web The server .
Between the browser and the server through TCP/IP Communication protocol , Request from browser , from Web The server fetches data from the background for calculation , And return the result to the browser .
This model , We usually call it thin client mode .
give an example : TaoBao 、 Dangdang
边栏推荐
- Win10使用用户初始密码,连接Win Server失败
- buuctf pwn ciscn_ 2019_ n_ eight
- [typescript] the difference between exclamation mark and question mark in typescript
- Mathematical knowledge: greatest common divisor divisor
- 数据工程系列精讲(第三讲): Data-centric AI 之特征工程
- leetcode 279. Perfect Squares 完全平方数(中等)
- leetcode 279. Perfect Squares 完全平方数(中等)
- 【2023提前批 之 面经】~ 中新赛克
- 【golang】Cannot convert expression of type ‘interface{}‘ to type ‘string‘(解决方案)
- Getting started with go web programming: validators
猜你喜欢

You have a chance, here is a stage
![[actf freshman competition 2020]swp](/img/80/9fe85ee614857c5800c0d0b1ba9a3d.png)
[actf freshman competition 2020]swp

Meet webassembly again

诚邀 Elastic Stack 开发者成为 CSDN Elastic 云社区管理员

metersphere与jenkins的持续集成

Error in jsonobject getting date type (getsqldate)

TCP/IP--路由选择

Xshell连接虚拟机只能输入public key解决方案【亲测】

Document. How to use and listen for readyState

Introduction to activities in the name of the father (you can collect sheep)
随机推荐
程序员坐牢了,会被安排去写代码吗?
【node】node使用mysql连接池
Arm32 instruction parsing general register
Appium gets the exception of displaying spaces in the middle of object text through XPath
leetcode 279. Perfect Squares 完全平方数(中等)
[pwn basics]pwntools learning
Cloud whale took the lead in arranging door-to-door services to see how it broke through the industry "blockade" with services
Im instant messaging source code + software +app with detailed package video building tutorial
Root detection implementation
Query of the range of the cotolly tree chtolly tree old driver tree
唐太宗把微服务的“心跳机制”玩到了极致!
American tourist visa interview instructions, let me focus!
从云鲸率先布局上门服务,看其如何用服务冲破行业“封锁线”
诚邀 Elastic Stack 开发者成为 CSDN Elastic 云社区管理员
AttributeError: ‘WebDriver‘ object has no attribute ‘w3c‘
如何优雅的统计代码耗时
Introduction to some code static checking tools
[wechat applet] wechat applet uses pop-up box for multi-level linkage (example)
buuctf misc zip
[wechat applet] obtain the current geographic latitude and IP address