Slide 1

Slide 1 text

Building Backend Systems in NodeJS `

Slide 2

Slide 2 text

Backend Development In NodeJS `

Slide 3

Slide 3 text

Before You Begin Tools You Need Installation Building Your First Node.js Server What is Node.js What is not Node.js Learning Outcomes

Slide 4

Slide 4 text

Knowledge of Javascript How To Use The Terminal Before You Begin

Slide 5

Slide 5 text

Git and GitHub Code Editor ( VS Code ) Postman Browsers MDN ( Mozilla Developer Network ) LTA ( LearnToAPI.com ) Tools You Need

Slide 6

Slide 6 text

node.js git Installation

Slide 7

Slide 7 text

Let’s build a simple server

Slide 8

Slide 8 text

What is Node.js

Slide 9

Slide 9 text

What is Node.js chat real time application

Slide 10

Slide 10 text

What isn’t Node.js

Slide 11

Slide 11 text

Quiz 1. How can you build web servers without node.js ? 2. What is the node.js way? 3. What is the relationship between node.js and bun.js 4. List error messages you have encountered using the web

Slide 12

Slide 12 text

Tasks - Build your own node.js server from scratch

Slide 13

Slide 13 text

Research - Write an article describing run-time engines in javascript. - How does image on your phone gets to another phone in Brazil?

Slide 14

Slide 14 text

See you in the next Lesson!