Akritiakriti111.hashnode.dev·Aug 19, 2024Introduction to NodeJS (Part 1)Quick Read on Node.js Node.js is a JavaScript runtime built on Chrome’s V8 JavaScript engine. Node.js is cross-platform and open-source, maintained by the OpenJS Foundation. Cross-platform means it can run on various operating systems. In 2019, th...Discuss·10 likes·52 readsHistory of nodejs
Gondi Bharadhwaj Reddybharadhwaj.hashnode.dev·Jul 4, 2024Node.js Basics: A Beginner's Step-by-Step GuideIntroduction Node.js is an open-source, cross-platform runtime environment that allows developers to use JavaScript for server-side scripting. This innovation has fundamentally transformed web development, enabling the creation of fast, scalable netw...Discuss·10 likes·34 readsnode.js-basics
Aditya Gadhaveadityag7678.hashnode.dev·Jun 30, 2024A Comprehensive Overview of Node.jsWhat is Node.js : Node.js is a cross-platform runtime environment and library for running JavaScript applications outside the browser. It is used for creating server-side and networking web applications. It is open source and free to use. Many of...DiscussBasic of Node.js