Understanding Node Internals [Notes]
Node Internals
NodeJS internally has a collection of dependencies to execute your code.
2 of the most important dependencies are the V8 Engine and the libuv project.
V8 is open source JS engine created by Google to execute JS outside of the browser...
blog.howardphung.com5 min read