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
Post a Comment