Difference between Server side and Client side
Aug 8, 2017 · 1 min read

1. Client-side:
All that is subject to the user according to the browser and its settings, so the view can vary from browser to browser
Such as: JAVA SCRIPT, HTML, CSS.
2. Server-side:
Controlling the processes of the site and dealing with the database from the addition, deletion, modification, upload and save files and modify them and print the output of these operations in the form of HTML and the output is static in all cases
Such as: ASP.NET, PhP, Django .

