Skip to content

tertiarycourses/NodeJSTraining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Basic Node.js Training

These are the exercise files used for Basic Node.js Training course.

The course outline can be found in

https://www.tertiarycourses.com.sg/basic-nodejs-training-in-singapore.html

https://www.tertiarycourses.com.my/basic-nodejs-training-in-malaysia.html

Module 1 - Get Started on Node.js

  • What Is Node.js?
  • Why Node.js
  • Installing Node.js
  • Test Out Node.js
  • REPL Environment

Module 2 - Node.js Built In Modules

  • Built In Modules
  • Require Directive
  • Global Objects
  • Path Module
  • Http Module
  • Event Module

Module 3 - The File System

  • Synchronous and Asynchronous Read Files
  • Rename and Delete Files
  • Directories
  • List and Remove Directories

Module 4 - External Modules

  • External Module Repository
  • Node Package Manager (NPM)
  • Install External Modules

Module 5 - Custom Module

  • Create a Custom Module
  • Package.json
  • Export and Import

Module 6 - Express

  • What is Express
  • Create an Express server
  • Serving Static files
  • Chat App Demo