Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

node-homework-01

Complete the following assignment on Node.js Part 1 and push your file to GitHub for reviewing by the instructor. Refer to GitHub Guide for any inquiries

Create an HTTP server that can add, subtract, and multiply two numbers.

Example: URL: http://localhost:8080/add/?num1=10&num2=5 webpage shows: "10 + 5 = 15"

URL: http://localhost:8080/subtract/?num1=10&num2=20 webpage shows: "10 - 20 = -10"

URL: http://localhost:8080/multiply/?num1=10&num2=20 webpage shows: "10 x 20 = 200"

Bonus:

  • Can you make your server add more than two numbers?
  • Can you make your server show an image in the webpage?

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors