5 comments

[ 935 ms ] story [ 1981 ms ] thread
(not a critique)

Why rewrite what is already available? What’s the main improvement you’re looking for?

unlike others, It is written in NodeJS, which is an asynchronous event-driven JavaScript runtime, Node.js is designed to build scalable network applications.

The main advantage is instead of a single binary, you have millions of files in the node_modules directory which is useful if you want to inspect the code.

Node has a http client built in. This one seems faster, but also does not support all the features.
It seems to be a faster replacement of `http`.