What does a backend do for a website? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What does a backend do for a website?

What is the purpose and which one is easiest to learn to use and implement.

9th Apr 2017, 8:19 AM
Nathan
Nathan - avatar
3 Answers
+ 9
Backend is the code that is ran on the server. The backend language connect to database, query the database and send the output to the client side. Bakend programming language include: PHP, Nodejs, Python and many more
9th Apr 2017, 9:17 AM
Wisdom Abioye
Wisdom Abioye - avatar
+ 8
@Luka, thanks.
9th Apr 2017, 10:58 AM
Wisdom Abioye
Wisdom Abioye - avatar
0
@Wisdom I don't think that a useful site MUST have a backend. For example if your site just calculates something using JS, or if it only has single player games, the site doesn't need a backend.
9th Apr 2017, 10:56 AM
Luca Garrera