Course
summary


    0 chapters available

Loading...

Discover Node.js and move from frontend to backend

Difficulty: Junior ● Progress: 0 / 0 modules completed

Project: Create a web server in NodeJS

A Node.js web server application consists of the following three important elements:

  • Importing required modules - We use the require directive to load Node.js modules.
  • Creating a server - A server that will listen to client requests similarly to the Apache HTTP server.

You need a free account to read this module