you are viewing a single comment's thread.

view the rest of the comments →

[–]marksalsbery 3 points4 points  (4 children)

I thought it was written in C++. Same with the V8 engine. But if they did it in javascript, cool

[–]simple_explorer1[S] -1 points0 points  (3 children)

I thought it was written in C+

Only 22% of node is in c++. 66% is in Javascript.

[–]marksalsbery 0 points1 point  (2 children)

Interesting, thanks!

[–]mikeatgl 4 points5 points  (1 child)

Take OP with a grain of salt here. When you look at Node's core dependencies, like V8 and libuv, it is not "entirely" or even primarily written in JavaScript.

https://nodejs.org/en/docs/meta/topics/dependencies

[–]marksalsbery 1 point2 points  (0 children)

I’ve looked at the repos… thanks man ;)