Home>Article>Web Front-end> What is the difference between big front end and small front end
Difference: 1. The small front-end refers to the Web front-end; while the big front-end includes all terminals responsible for display, including Web front-end, PC, mobile and VR. 2. The small front-end is responsible for all development from the browser to the web server; while the large front-end has a larger work scope than the small front-end, and also includes client-side business logic, server-side business logic, etc.
The operating environment of this tutorial: Windows 7 system, Dell G3 computer.
The difference between the big front end and the small front end
1. The scope of the display end is different
The small front end is the Web front end. The big front-end includes everything responsible for presentation, including web front-end, PC, mobile and VR.
2. Different scope of work
The small front-end is responsible for all development from the browser to the web server, and calls the data API from the background engineer.
The big front-end work also includes client-side business logic (html, css, javascript on the browser), server-side business logic (nodejs), and nodejs provides js server-side programming to combine js with algorithms. , compatibility issues arise with a large number of application function pages developed with js; docking and accessing the data middle layer.
For more programming-related knowledge, please visit:Programming Courses! !
The above is the detailed content of What is the difference between big front end and small front end. For more information, please follow other related articles on the PHP Chinese website!