+ 1
What's the difference between Front-End & Client Side?
4 Respostas
+ 6
http://www.codeconquest.com/website/client-side-vs-server-side/
Website scripts run in one of two places – the client side, also called the front-end, or the server side, also called the back-end. The client of a website refers to the web browser that is viewing it.
http://whatis.techtarget.com/definition/front-end
+ 2
read the question again, you misunderstood the comparison.
+ 1
front end is like html, css, javascript. all of the stuff that makes you see what you see in browser. client side is everything that you dont see, the stuff that happens behind the scenes in the servers like editing files, and searching a database.
+ 1
front-end means the designing part of any application or website and client side means the device or client machine.