@@ -89,12 +89,12 @@ The repo for our backend framework- [Velocy](https://github.com/ishtms/velocy).
89
89
- [ Preparing the Content:] ( chapters/ch01-what-is-a-web-server-anyway.md#preparing-the-content- )
90
90
- [ Sending the Response:] ( chapters/ch01-what-is-a-web-server-anyway.md#sending-the-response- )
91
91
- [ 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- )
98
98
- [ Working with files] ( chapters/ch03-working-with-files.md#working-with-files )
99
99
- [ What will the logging library do] ( chapters/ch03-working-with-files.md#what-will-the-logging-library-do )
100
100
- [ 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).
275
275
- [ Specifying ` Content-Length ` ] ( chapters/ch06.1-basic-router-implementation.md#specifying-content-length- )
276
276
- [ Code reusability] ( chapters/ch06.1-basic-router-implementation.md#code-reusability )
277
277
- [ 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 )
278
282
- [ The ` Router ` class] ( chapters/ch06.2-the-router-class.md#the-router-class )
279
283
- [ Using ` Router ` with an HTTP server] ( chapters/ch06.2-the-router-class.md#using-router-with-an-http-server )
280
284
- [ ` this ` is not good] ( chapters/ch06.2-the-router-class.md#-this-is-not-good )
0 commit comments