What is server-side and client-side ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is server-side and client-side ?

I want to know deeply about server-side and it's developing tools, And client-side and it's also developing tools or languages etc.

9th Jun 2017, 12:21 PM
Muhammad Belal
Muhammad Belal - avatar
4 Answers
+ 11
I am a Solo Learner
9th Jun 2017, 1:16 PM
Awele Omeligwe
Awele Omeligwe - avatar
+ 14
The client-side environment used to run scripts is usually a browser. The processing takes place on the end users computer. The source code is transferred from the web server to the users computer over the internet and run directly in the browser. The scripting language needs to be enabled on the client computer . The server-side environment that runs a scripting language is a web server. A user's request is fulfilled by running a script directly on the web server to generate dynamic HTML pages. This HTML is then sent to the client browser. It is usually used to provide interactive web sites that interface to databases or other data stores on the server. The tools needed to produce client-side scripts and server-side scripts can be as simple as a notepad.To maximize the full capabilities of what a server-side script can do, it is necessary to use a professional integrated development environment (IDE). There are various IDE's available , depending on the language you will be using and what resources will be accessed. Web pages that use server-side scripting are often created with the help of server-side languages such as PHP, Perl, ASP, ASP.NET, JSP, ColdFusion and other languages
9th Jun 2017, 12:31 PM
Awele Omeligwe
Awele Omeligwe - avatar
+ 3
PHP is Server Side, u can also use Javascript for both Client-server side.
9th Jun 2017, 12:37 PM
Amjad
Amjad - avatar
+ 1
Thank you very much. @Awele Omeligwe... You are great. You don't have subscribed any skill but you know everything. Are you a programmer ? 👲
9th Jun 2017, 12:50 PM
Muhammad Belal
Muhammad Belal - avatar