CodeNewbie Community 🌱

Discussion on: What is the difference between client-side and server-side programming?

Collapse
 
chukwukagideon profile image
Chukwukagideon

Client side deals with what the users can see (it has to do with the interface, and the over all look of the website or app) for websites - client side programming is mostly done using html5, CSS3, JavaScript.
While server-side is the back-end side of the web, it deals with providing information and data on the website, it also has to do with sending and receiving information from a server, for this you need PHP, MySql, etc.well that's all I know about server-side 🙂