Difference between Client and Server side Java Script
What is the main difference between Client and Server side Java Script. How actually they run on both side with Example?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Gaurav MalviyaPosted Jan 15, 2014, 5:44 AM
Server side javascript also encompasses the core language plus extas as the predefined objects and functions only relevant to running Javascript in a server.The server side javascripts are compiled before they are deployed.