August 18, 2022
We break down what these two phrases mean in the web development world.
by Thomas, Technical Partner
Server-side means the server machine that is serving the website to you.
You can see the moment your browser is asking the server for information using Google Chrome.
Before that loading circle turns into a color, your browser is waiting for the website's server to build and respond with its data.
Once you see color in the loading circle, the website's server is sending you its data.
Client-side is - you! Your device that is viewing the website is considered the client.
An example of a server-side rendered application would be right here at Kahu Software! This example may be hard to catch. Within the first split second of loading our website, you will notice an immediate render that contains information before images get their chance to load.
This practice is great for Search Engine Optimization. This allows crawling robots to see our data immediately giving us a higher rank on the search engine. It is also a great user experience practice to keep the user engaged immediately.
Next, the rest of the site is "hydrated" into that skeleton using a client-side rendered application.
A client-side rendered application is ran off of the user's device at that point. When the website loads, the minimal assets required are cached into the user's browser. Every subsequent click afterward is already "loaded" saving everyone bandwidth. It also helps that our website is less than a megabyte to load the entire thing.
COMING SOON
No spam. Only significant launches of our clients! Exciting stuff.
We’re here to help
Schedule a 1-2-1 meeting with 2 clicks! Let's have a quick chat to see if Kahu Software is right for you.