What is the definition / difference of “backend” and a “frontend” in a software development / project? [closed]

删除回忆录丶 提交于 2019-12-20 12:23:31

问题


How a newbie differentiate between this? How one can know he/she is working is back-end system or front-end system?


回答1:


"Front-end" typically means the parts of the project a user interacts with--such as the graphical user interface or command line. It's a vague term, there isn't an exact definition.

"Back-end" means the parts that do the work, but the user is unaware of or cannot see. Databases, services, etc.

Think of it like a restaurant where you can't see the kitchen. As a customer you see the front-end--the decorations, menus, wait-staff. Meanwhile the kitchen and stockroom are out of view, but preparing food.



来源:https://stackoverflow.com/questions/18348612/what-is-the-definition-difference-of-backend-and-a-frontend-in-a-software

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!