Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.19 KB

File metadata and controls

36 lines (24 loc) · 1.19 KB

About

This chapter, you will learn strong fundementals understanding of HTTP & HTML using Node.js and ES6 baked in.

Student Learning Objectives

Students should be able to:

  1. Distinguish between the client and the server.
  2. Explain node.js and greater ecosystem with NPM.
  1. Explain & Identify Synchronous functions

  2. Explain & Identify Asynchronous functions

  3. Describe what HTTP is and why it was created.

  4. Explain what HTML is and why it was created.

  5. Identify HTML basic syntax and how to check it.

  6. Explain how HTML is sent from a server to the browser using HTTP

  7. Demonstrate how to use node's fs method to read HTML and http method to create a server.

  8. Create a [simple functions] that uses [template literals] to compose html layouts.

Resources: