Skip to content

Commit

Permalink
Introduction: What is NodeJS?: Correct wording (#29348)
Browse files Browse the repository at this point in the history
  • Loading branch information
rip-the-slit authored Jan 23, 2025
1 parent 0dd0533 commit a167113
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ While you may have learned React (or any other frontend framework) before, eithe

<div class="lesson-content__panel" markdown="1">

1. This [short module on "The Server Side" from MDN](https://developer.mozilla.org/en-US/docs/Learn/Server-side/First_steps) is a great source for the background knowledge you need. Read through at least the first two articles posted under the 'Guides' section: Introduction to the server side and Client-Server Overview. The other two are interesting and worth reviewing, but less relevant to our immediate concerns.
1. This [short module on "The Server Side" from MDN](https://developer.mozilla.org/en-US/docs/Learn/Server-side/First_steps) is a great source for the background knowledge you need. Read through at least the first two articles posted under the 'Tutorials' section: Introduction to the server side and Client-Server Overview. The other two are interesting and worth reviewing, but less relevant to our immediate concerns.
1. To gain a little more insight into the nature of Node, and to unpack the rest of the above definition, read this [article about NodeJS](https://medium.freecodecamp.org/what-exactly-is-node-js-ae36e97449f5).
1. What is the Node Event Loop? You may remember about this long, but *really* [fantastic video about event loops](https://www.youtube.com/watch?v=8aGhZQkoFbQ) from an earlier part of the course... don't skip it!
1. Take a few minutes to go through the "Getting Started" section of the new official [Node.js website](https://nodejs.org/en/learn/getting-started/introduction-to-nodejs). Read up until, but not including, the TypeScript module.
Expand Down

0 comments on commit a167113

Please sign in to comment.