Can you please explain the meaning of these two terms : Client-side program and Server-side program | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Respostas
+ 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