Beside using JavaScript as client-side programming language, we can use JavaScript as a Backend or Server side Scripting Language. For Server Side JavaScript, we use cross-platform runtime engine like Node.js. Node.js is designed to be a cross-platform and server-side runtime environment. It further efficiently executes JavaScript code through the Google V8 JavaScript engine. The built-in libraries provided by Node.js allow programmers to run their web applications smoothly without relying on external web servers. Therefore, web developers can use Node.js to write both client-side and server-side code in JavaScript.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Beside using JavaScript as client-side programming language, we can use JavaScript as a Backend or Server side Scripting Language. For Server Side JavaScript, we use cross-platform runtime engine like Node.js. Node.js is designed to be a cross-platform and server-side runtime environment. It further efficiently executes JavaScript code through the Google V8 JavaScript engine. The built-in libraries provided by Node.js allow programmers to run their web applications smoothly without relying on external web servers. Therefore, web developers can use Node.js to write both client-side and server-side code in JavaScript.