Frontend vs Backend
メニューを表示するにはスワイプしてください
Web applications are usually divided into two parts: frontend and backend.
The frontend is everything you see and interact with in your browser.
For example:
- Buttons;
- Forms;
- Text and images.
This is the visual part of an application.
The backend is everything that happens behind the scenes.
It is responsible for:
- Processing data;
- Handling logic;
- Storing and retrieving information.
Users don't see the backend, but it powers the application.
Imagine a login form.
- You enter your email and password;
- The frontend sends this data to the backend;
- The backend checks if the data is correct;
- The result is sent back to the frontend;
- You are logged in (or see an error).
How They Work Together
Frontend and backend are always connected:
- Frontend → sends data;
- Backend → processes it;
- Backend → sends result;
- Frontend → shows it.
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 2
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください
セクション 1. 章 2