Skip to content

An overview of Node.js: architecture, APIs, event loop, concurrency #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
rauschma opened this issue Sep 12, 2022 · 2 comments
Open

Comments

@rauschma
Copy link
Owner

No description provided.

@mgtitimoli
Copy link

Hello Axel,

Before moving forward, I want to thank you for all the great material you are always creating, I have used some of it in some courses of JS I taught in the past and the students' loved it.

I was reading this chapter of your new book and I didn't get the point of why in the diagram ES Standard Library is separated from JavaScript, any insight abut this would be appreciated.

image

Thanks!

@orimdominic
Copy link

orimdominic commented Jan 3, 2023

@mgtitimoli I don't know if you have found the answer to this yet but here's what I can proffer
The ES standard library contains everything that's common in all JavaScript environments, features implemented from the ES specifications. The JavaScript under Node.js APIs are those parts of JavaScript that are Node.js-specific, e.g Buffers.

I hope this helps. Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants