-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Node.js is a collection of many open source libraries.
Node.js uses Google's open source V8 engine as the default JavaScript engine that executes JavaScript code. The V8 engine is written in C++ language and you can find the source code of this project on GitHub in their official v8/v8 repository.
For asynchronous I/O, event looping, and other low-level features, Node.js relies on the Libuv library. This library is written in C language and you can find the source of this project in the libuv/libuv repository.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels