In this tutorial, we'll take a high-level look at Node.js– what it is, and what can you do with it. We'll cover all the important Node concepts with hands-on examples and a lot of code snippets. This article is heavily inspired by the NodeJS and Express - Full Course on freeCodeCamp taught by John Smilga.
Table of contents
What is Node?Global VariablesModules in NodeJSShort Note on module.exportsTypes Of Modules in NodeEvent-Driven ProgrammingLet's Create a ServerLet's Serve Something InterestingConclusion3 Comments
Sort: