Question: JavaScript- Node.js Hello everyone, I was wondering if you guys can help with my JavaScript homework. You don't necessarily have to help with problem 2
JavaScript- Node.js
Hello everyone,
I was wondering if you guys can help with my JavaScript homework. You don't necessarily have to help with problem 2 as it's only installing Node.js, so you can skip that part. But problems 1 and 3, I'd really appreciate it. Thank you for your time.
Unit 11: Assignment: Problem #1: Submit Text/Word file Write a short explanation of what is Node.js and how is it related to JavaScript. Min 50 words Problem #2: Submit Screenshots Setup a Node.js environment on your local computer. Download and install the Node.js from https:/odejs.org/en e Tip: https://www.tutorialspoint.comodejsodejs environment setup.htm Problem #3: Submit file websvrJS Using Node.js http module, write a Node.js script that starts a simple HTTP Server. The HTTP server should run on port 8001, and writes back to client: 1. response.writeHead(200, 'Content-Type': 'text/html'3); 2. response.write('Hello World, my name is John Smith); //Fill in your name
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
