Client-
side means that the
JavaScript code is run on the
client machine, which is the browser. Server-
side JavaScript means that the code is run on the server which is serving web pages. One runs in the browser (
client side), the other runs on the server.
read more >>