Skip to content

Commit aaf7eef

Browse files
committed
Chapter level READMEs
1 parent 685cea8 commit aaf7eef

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

chapter02/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Chapter 2
2+
3+
1. Installing dependencies with npm
4+
2. Using a package.json file
5+

chapter05/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Chapter 5
2+
3+
1. Basic Hello World Server
4+
2. Adding a response code and Header
5+
3. Creating a redirect
6+
4. Responding to more than one type of request
7+
5. An HTTP client with node.js
8+
6. Daemonising the HTTP client
9+

chapter06/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Chapter 1
2+
3+
1. Hello World Server
4+

0 commit comments

Comments
 (0)