Skip to content

Commit b2bc0bf

Browse files
committed
adds husky
1 parent a51b674 commit b2bc0bf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ The repo for our backend framework- [Velocy](https://github.com/ishtms/velocy).
3535
# Table of contents
3636

3737
- [(Optional) Node.js is way faster than you think](chapters/ch00-nodejs-faster-than-you-think.md#-optional-node-js-is-way-faster-than-you-think)
38+
- [No way!](chapters/ch00-nodejs-faster-than-you-think.md#no-way-)
3839
- [Contenders for the test](chapters/ch00-nodejs-faster-than-you-think.md#contenders-for-the-test)
3940
- [Elysia - Bun](chapters/ch00-nodejs-faster-than-you-think.md#elysia-bun)
4041
- [Axum - Rust](chapters/ch00-nodejs-faster-than-you-think.md#axum-rust)

chapters/ch00-nodejs-faster-than-you-think.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
> For people who came here to read the book, you can safely skip to the [first chapter of this book](/chapters/ch01-what-is-a-web-server-anyway.md). If you still wish to read this, you may not understand a lot of terms mentioned here. Don't get overwhelmed, and take it as a small motivation on why "Learning Node.js is worth it".
44
5-
## No way!
6-
75
**"Node.js is slow."** This is a statement you may have heard often, perhaps whispered in developer circles or debated on online forums. Node.js has been unfairly criticized for not being suitable for high-performance applications. This chapter aims to disprove that myth permanently.
86

97
The tech community often praises languages like Go or Rust for their **_blazing fast_** ™ execution, and often doubt whether JavaScript and its server-side partner, Node.js, can keep up. Common criticisms range from Node.js being single-threaded to the fundamental limitations of JavaScript itself. But what if I told you that these critiques are not just overly simplistic, but often misleading?

0 commit comments

Comments
 (0)