This repository was archived by the owner on Mar 25, 2018. It is now read-only.
This repository was archived by the owner on Mar 25, 2018. It is now read-only.
internal doc guide: a tour through node #71
Closed
Description
I was writing up a piece, that should give new comers and example work through of how node is built and how you can traverse the stacks. It is doing this by introducing a new feature hello_world
from scratch (I continued working of extending path
though) with having v8
, libuv
, js
code and hooking it into the build system.
It was missing some parts at the libuv
-to-v8
level and explanations how reading in js
strings with vm
works. With some senior support I could actually be able to complete this.
Does that sound interesting in terms of the roadmap? #70. Also might touch the current issue of nodejs/node#4931