Servers & HTTP
What is Node.js? In the first section of the course, we’ll learn from first principles what makes up this technology and develop a mental model of its inner-workings. We’ll explore how it allows developers to use JavaScript - originally a browser-exclusive, client-side-only language - in conjunction with its native C/C++ code to create servers, receive/respond to client requests, and interact with OS features such as the file system.