NodeJS

Getting Started

NodeJS Course

Introduction

Like we learned in the introduction lesson, Node.js is really just JavaScript. So a basic understanding of JavaScript is necessary in order to understand Node. For this reason, it is highly recommended that you take our prerequisite JavaScript course before continuing with this course.

This lesson will take you through a tutorial that will teach you the basic modules and functions that you need to get up and running with Node.js. The project that comes at the end of this section will ask you to use Node to create a basic website that will include an Index, About and Contact Me page. So while learning the topics in this lesson, be on the lookout for things that might help you complete the project.

Lesson overview

This section contains a general overview of topics that you will learn in this lesson.

  • Explain some things that Node.js is commonly used for.
  • Create and use modules in Node.js (both built-in and user created).
  • Set up a basic webserver with Node.js using the HTTP module.
  • Read, create, update, and delete files from Node.js.
  • Use the URL module to parse a url address and split it into readable parts.
  • Understand how to use NPM.
  • Create, fire and listen for your own events.

Assignment

Important notice

Recently the NodeJS.dev team removed a large amount of content from their website. Several of those removed pages were linked to in this lesson. Until we find a replacement for that content we will be linking directly to the markdown files on their GitHub repository. The formatting may look a bit odd, but the content should still be just as good.

  • Let’s dive in and start looking at Node server-side code! We will be hopping around lessons in the NodeJS.org docs which you should follow along.
  • Although a bit outdated, the W3 Schools introduction to Node.js is super useful! Go to the W3 Schools node tutorial and code along with the following lessons (which should be listed on the sidebar of their site). Specifically, work from the Node.js Intro through to Node.js Events. You can look at the File Uploads and Email sections if you’re feeling particularly ambitious!

    The URL module is very outdated. Refer to the earlier link if you run into issues in the Node.js URL Module from W3.

Knowledge check

The following questions are an opportunity to reflect on key topics in this lesson. If you can’t answer a question, click on it to review the material, but keep in mind you are not expected to memorize or master this knowledge.

Additional resources

This section contains helpful links to related content. It isn’t required, so consider it supplemental.

  • This Node crash course video from TraversyMedia is a great code-along for getting into Node.js. It may seem repetitive after completing the assignment, but practice is repetition!
  • This Node crash course playlist of 12 episodes from Net Ninja is a great resource to learn Node.js. There are 12 videos in this playlist, you can consider them all.

Support us!

The Odin Project is funded by the community. Join us in empowering learners around the globe by supporting The Odin Project!