Node Js Basics

Node.js is an open-source, cross-platform JavaScript runtime environment that lets you run JavaScript on the server-side, outside of a browser. It allows developers to build scalable, high-performance applications using JavaScript, and is commonly used for web development, APIs, real-time applications, and microservices.

Simple Hello world server

Simple Express server

Http File server