164 Views
In our day to day application development, we use several programming languages. Each one of them will have its own executing context. For example, PHP runs on server where PHP interpreter resides. HTML is taken from server, but it is actually rendered by browser in the client side. JavaScript is also taken from web server, brought to browser. Browser has an engine inside it to run the downloaded JavaScript. Node.js runs JavaScript on server side.
0 comments