Web frameworks Assignment 2(2023-24)

                                                         Assignment 2

1.     State different advantages of Node.js.

2.     Explain event loop in Nodejs.

3.     Explain callbacks in Nodejs

4.     Create a simple webserver using nodejs

5.     How to handle HTTP Requests in Node.js?

6.     How to use directories as a module?

7.     Explain module.exports. Different ways of using module.exports?

8.     Explain Traditional Web Server Model and Node.js Process Model.

9.     What is Local Module?

1             Create a Node.js file that will convert the output "Hello World!" into upper-case letters.

11      Create a Node.js file that will convert the output “Hello! I am learning Node.js” into upper-case letters

 

Comments

Popular posts from this blog

Slip 11: Write node js application that transfer a file as an attachment on web and enables browser to prompt the user to download file using express js.

Slip 7 Create a node js file named main.js for event-driven application. There should be a main loop that listens for events, and then triggers a callback function when one of those events is detected.

Slip 1(a) Write an Angular 13 application addition of two numbers using ng-init, ng-model & ng-bind. And also demonstrate ng-show, ng-disabled, ng-click directives on button component.