What is the diference of a frontend and backend language? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

What is the diference of a frontend and backend language?

11th Jul 2018, 10:15 AM
rss
2 Respostas
+ 1
The code for frontend languages is sent to the user's computer, which then runs the code. The code for backend languages runs on the server computer, which then sends the output to the user's computer. The user can't see the code itself. Backend code can save and edit things on the server.
11th Jul 2018, 10:26 AM
James
James - avatar
+ 1
Front-end is GUI work.The front-end is everything involved with what the user sees, including design and some languages likeĀ HTMLĀ andĀ CSS. The back-end, or the "server-side", is basically how the site works, updates and changes. ThisĀ refers to everything the user can't see in the browser, likeĀ databasesĀ andĀ servers. Usually people who work on the back-end are called programmers or developers. Back-end developers are mostly worried about things likeĀ security, structure and content management.Ā 
11th Jul 2018, 11:02 AM
Maninder $ingh
Maninder $ingh - avatar