feat(curriculum): add intro to node js lessons (#63084)

Co-authored-by: Kolade Chris <65571316+Ksound22@users.noreply.github.com>
This commit is contained in:
Zaira
2025-12-17 14:31:25 +05:00
committed by GitHub
parent dacf55ad1f
commit 56dec0d7bf
7 changed files with 805 additions and 4 deletions
@@ -0,0 +1,9 @@
---
title: Introduction to the Working with NodeJS and event driven architecture
block: lecture-working-with-nodejs-and-event-driven-architecture
superBlock: back-end-development-and-apis-v9
---
## Introduction to the Working with NodeJS and event driven architecture
Learn about Node.js core libraries, how to install Node.js on your computer, and the advantages and disadvantages of using Node.js on the backend.