This section teaches strong fundemental understanding of HTTP & HTML using Node.js and ES6 baked in.
Students should be able to:
- 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