QAs
1. A) Explai about Architecture of Node.js B) . Write a program to show the workflow of JavaScript code executable by creating web server in Node.js. 2. A) Write a program to parse an URL using URL module. B) Write a program to create an user-defined module and show the workflow of Modularization of application using Node.js 3. Write a basic program to define a route, Handling Routes, Route Parameters, Query Parameters in express.js 4. Write a program to work with express.js form data. 5. Write a program to render HTML to a web page using React Write a program for creating and nesting components (function and class) using React 6. Write a program for responding to events using React 7. Write MongoDB queries to perform CRUD operations on document using insert(), find(), ...