You are on page 1of 5

FAST School of Computer Science

This is for Backend Project

LABORATORY OUTCOMES
The practical/exercises in this section are psychomotor domain Learning Outcomes (i.e. subcomponents
of the COs), to be developed and assessed to lead to the attainment of the competency.

This Course is designed to take the students full adventure of “Full Stack Web Development.”

Today’s Agenda

Module 1: Introduction to Node.js

Module 2: Node.js Installation and Environment Settings

Module 3: Creating Server using Node.js

Module 4: http module in Node.js

Module 5: Creating our own module using Node.js

Module 1: Introduction to Node.js


Module 2: Node.js Installation and Environment Settings
Download Node.js from the official Node.js

web site: https://nodejs.org

Step 1: Go to official link of the Node.js download.


Step 2: Download the LTS version.
Step 3: Click “Next” and install Node.js.
Step 4: In order to verify open cmd and type “node --version”.
Module 3: Creating Server using Node.js
https://www.w3schools.com/nodejs/nodejs_get_started.asp

Module 4: http module in Node.js


https://www.w3schools.com/nodejs/nodejs_http.asp

Module 5: Creating our own module using Node.js


https://www.w3schools.com/nodejs/nodejs_modules.asp
Refer this link for Advance Study:

https://www.w3schools.com/nodejs/default.asp

You are done with your exercise(s), make your submission on Classroom.
BEST WISHES
References

W3Schools free online web tutorials. Choose a Bootstrap Version (3, 4 or 5). (n.d.). Retrieved
February 22, 2022, from https://www.w3schools.com/bootstrap/bootstrap_ver.asp

JavaScript tutorial. (n.d.). Retrieved February 22, 2022, from


https://www.w3schools.com/js/default.asp

JQuery tutorial. (n.d.). Retrieved February 28, 2022, from


https://www.w3schools.com/jquery/default.asp

Ajax introduction. (n.d.). Retrieved March 9, 2022, from


https://www.w3schools.com/js/js_ajax_intro.asp

Node.js tutorial. (n.d.). Retrieved March 30, 2022, from


https://www.w3schools.com/nodejs/default.asp

You might also like