Skip to content

Commit 665c8a1

Browse files
committed
adds chapter 06.10 - running-our-server
1 parent 9816cbb commit 665c8a1

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

Readme.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ The repo for our backend framework- [Velocy](https://github.com/ishtms/velocy).
8989
- [Preparing the Content:](chapters/ch01-what-is-a-web-server-anyway.md#preparing-the-content-)
9090
- [Sending the Response:](chapters/ch01-what-is-a-web-server-anyway.md#sending-the-response-)
9191
- [Enjoying the Content:](chapters/ch01-what-is-a-web-server-anyway.md#enjoying-the-content-)
92-
- [Your first web server with `node.js`](chapters/ch02-your-first-nodejs-server.md#your-first-web-server-with-node-js-)
93-
- [What exactly is node or nodejs?](chapters/ch02-your-first-nodejs-server.md#what-exactly-is-node-or-nodejs-)
94-
- [Your first node.js program](chapters/ch02-your-first-nodejs-server.md#your-first-node-js-program)
95-
- [How does `console.log()` work in Node.js?](chapters/ch02-your-first-nodejs-server.md#how-does-console-log-work-in-node-js-)
96-
- [The **`process` Object**:](chapters/ch02-your-first-nodejs-server.md#the-process-object-)
97-
- [The `stdout` **property of the `process` object**:](chapters/ch02-your-first-nodejs-server.md#the-stdout-property-of-the-process-object-)
92+
- [Your first `node.js` program](chapters/ch02-your-first-nodejs-program.md#your-first-node-js-program)
93+
- [What exactly is node or nodejs?](chapters/ch02-your-first-nodejs-program.md#what-exactly-is-node-or-nodejs-)
94+
- [Your first node.js program](chapters/ch02-your-first-nodejs-program.md#your-first-node-js-program)
95+
- [How does `console.log()` work in Node.js?](chapters/ch02-your-first-nodejs-program.md#how-does-console-log-work-in-node-js-)
96+
- [The **`process` Object**:](chapters/ch02-your-first-nodejs-program.md#the-process-object-)
97+
- [The `stdout` **property of the `process` object**:](chapters/ch02-your-first-nodejs-program.md#the-stdout-property-of-the-process-object-)
9898
- [Working with files](chapters/ch03-working-with-files.md#working-with-files)
9999
- [What will the logging library do](chapters/ch03-working-with-files.md#what-will-the-logging-library-do)
100100
- [How do you work with files anyway?](chapters/ch03-working-with-files.md#how-do-you-work-with-files-anyway-)
@@ -275,6 +275,10 @@ The repo for our backend framework- [Velocy](https://github.com/ishtms/velocy).
275275
- [Specifying `Content-Length`](chapters/ch06.1-basic-router-implementation.md#specifying-content-length-)
276276
- [Code reusability](chapters/ch06.1-basic-router-implementation.md#code-reusability)
277277
- [Separation of Concerns](chapters/ch06.1-basic-router-implementation.md#separation-of-concerns)
278+
- [Running Our Server](chapters/ch06.10-running-our-server.md#running-our-server)
279+
- [Refactoring the `TrieRouter` class](chapters/ch06.10-running-our-server.md#refactoring-the-trierouter-class)
280+
- [Type Aliases](chapters/ch06.10-running-our-server.md#type-aliases)
281+
- [The `run` function](chapters/ch06.10-running-our-server.md#the-run-function)
278282
- [The `Router` class](chapters/ch06.2-the-router-class.md#the-router-class)
279283
- [Using `Router` with an HTTP server](chapters/ch06.2-the-router-class.md#using-router-with-an-http-server)
280284
- [`this` is not good](chapters/ch06.2-the-router-class.md#-this-is-not-good)

0 commit comments

Comments
 (0)