This chapter, you will learn strong fundementals understanding of HTTP & HTML using Node.js and ES6 baked in.
Students should be able to:
- Distinguish between the client and the server.
- Explain node.js and greater ecosystem with NPM.
-
Explain & Identify Synchronous functions
-
Explain & Identify Asynchronous functions
-
Describe what HTTP is and why it was created.
-
Explain what HTML is and why it was created.
-
Identify HTML basic syntax and how to check it.
-
Explain how HTML is sent from a server to the browser using HTTP
-
Demonstrate how to use node's
fsmethod to read HTML andhttpmethod to create a server. -
Create a [simple functions] that uses [template literals] to compose html layouts.
-
Medium Articles:
-
Bleeding Edge