|
1 | 1 | # About
|
2 | 2 | This chapter, you will learn strong fundementals understanding of HTTP & HTML using Node.js and ES6 baked in.
|
3 | 3 |
|
| 4 | +# Prior Knowledge |
| 5 | +<!-- These are to Aid quality node applications --> |
| 6 | +1. Explain & Identify Synchronous functions |
| 7 | +2. Explain & Identify Asynchronous functions |
| 8 | +3. Explain node.js and greater ecosystem with NPM. |
| 9 | + |
| 10 | + |
| 11 | + |
4 | 12 | # Student Learning Objectives
|
5 | 13 | Students should be able to:
|
6 |
| -1. Distinguish between the client and the server. |
7 |
| -2. Explain node.js and greater ecosystem with NPM. |
| 14 | +2. Distinguish between the client and the server. |
8 | 15 |
|
9 |
| -<!-- These are to Aid quality node applications --> |
10 |
| -3. Explain & Identify Synchronous functions |
11 |
| -4. Explain & Identify Asynchronous functions |
12 |
| - |
13 |
| -5. Describe what HTTP is and why it was created. |
14 |
| -6. Explain what HTML is and why it was created. |
15 |
| -7. Identify HTML basic syntax and how to check it. |
16 |
| -8. Explain how HTML is sent from a server to the browser using HTTP |
17 |
| -9. Demonstrate how to use node's `fs` method to read HTML and `http` method to create a server. |
18 |
| -10. Create a [simple functions] that uses [template literals] to compose html layouts. |
| 16 | + |
| 17 | +3. Describe what HTTP is and why it was created. |
| 18 | +4. Explain what HTML is and why it was created. |
| 19 | +5. Identify HTML basic syntax and how to check it. |
| 20 | +6. Explain how HTML is sent from a server to the browser using HTTP |
| 21 | +7. Demonstrate how to use node's `fs` method to read HTML and `http` method to create a server. |
| 22 | +8. Create a [simple functions] that uses [template literals] to compose html layouts. |
19 | 23 | <!-- 7. Compare and contrast
|
20 | 24 | 8. Write -->
|
21 | 25 |
|
|
0 commit comments