Can you please explain the meaning of these two terms : Client-side program and Server-side program | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 20

Can you please explain the meaning of these two terms : Client-side program and Server-side program

12th Apr 2019, 9:15 AM
Summie🥴
Summie🥴 - avatar
2 ответов
+ 1
Client side (at least on web pages) is what the cliet (user) sees when they go to the page. It is usually written in HTML, CSS, and JS. Server side programming is what runs directly on the server. It is usually written in bash, python, java, node.js, go, and others.
20th Nov 2020, 7:45 PM
Aria
Aria - avatar