...

/

The Server-side and The Client-side

The Server-side and The Client-side

In this lesson, we'll introduce the server-side and the client-side and what languages each uses.

Introduction

Let’s get into the basics of coding a website.

Client-side

The source code of a website can be broken down into two parts: client-side and server-side. The code on the ‘client’ side runs on the client computer’s browser and handles what the website looks like, how it requests data from the server, and ...