Aug 31, 2025 路 3 min read 路 馃搶 Introduction When we think of JavaScript, most people imagine it running inside a browser鈥攁dding animations, handling clicks, or updating content without refreshing the page. But what if the same language could also run your server-side code鈥攍ike ...
Join discussion
Jun 16, 2025 路 1 min read 路 What is NodeJS? NodeJS is nothing but JS runtime provider, before we can鈥檛 run JS outside the browser, but with the help of NodeJS now, we can run JS outside the browser window. How NodeJS Invented? NodeJS invented by Ryan Dahl, by using the open sou...
Join discussion
Apr 9, 2025 路 14 min read 路 JavaScript on the Server: Enter Node.js When we think of JavaScript, we usually think of it running inside a web browser鈥攎anaging button clicks, animations, and interacting with web pages. But did you know you can also run JavaScript on the server? T...
Join discussion
Apr 18, 2024 路 7 min read 路 First let's get done with the theory: What is Node.js ? Node.js is a powerful, open-source, cross-platform JavaScript runtime environment built on Chrome's V8 JavaScript engine. It allows developers to run JavaScript code on the server-side, enabling...
Join discussion