1.

What Is The Main Difference Between Client Side Javascript And Server Side Java Script? How Actually They Run On Both Side?

Answer»

To state the main DIFFERENCE, JavaScript at the CLIENT SIDE does not require a web server to make it run instead it uses the client’s processor for this purpose. This eradicates the portability issue. But in server side JavaScript deployment, portability, configuration are major and vast issues and requires a web server to run the SCRIPT within a page before rendering its output as a response html page.

To state the main difference, JavaScript at the client side does not require a web server to make it run instead it uses the client’s processor for this purpose. This eradicates the portability issue. But in server side JavaScript deployment, portability, configuration are major and vast issues and requires a web server to run the script within a page before rendering its output as a response html page.



Discussion

No Comment Found