+ 20
Can you please explain the meaning of these two terms : Client-side program and Server-side program
2 Respostas
+ 7
// This question has been already asked. Please use following threads for answers.
https://www.sololearn.com/discuss/718633/?ref=app
https://www.sololearn.com/discuss/1212429/?ref=app
https://www.sololearn.com/discuss/1654484/?ref=app
https://www.sololearn.com/discuss/866773/?ref=app
+ 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.