Skip to main content

Posts

Showing posts with the label Server DB

What is Client-Side? and What is Server-Side? - Client-Side Vs. Server-Side

In actual Client-side means the action takes place on the user’s (the client’s) computer. Server-side implies that the action takes place on a web server. So what can we mean by action? And why does some action happen on your computer and some on a server? When we say action we mean all that employment that programming languages do. you will be definitely remember from our term related to programming languages that they are the doers of the web. Programming languages like Ruby, Python, and JavaScript do things like: send an email, ask the bank what proportion money you've in your account, or tell a photograph slideshow to advance to the following image. In order for a programming language to do and do its job, the pc should understand the language its speaking. Almost every computer within the planet understands one programming language: JavaScript. For such type of reason, so many things which can be accomplished using JavaScript are often evaded needing access through the interne...