Starting at 3 minutes and 15 seconds, (ua-cam.com/video/NLtL-EEclRc/v-deo.htmlm15s), the speaker (Azat) said that "... (event loop) is borrowed from V8 engine...)". I'd like to point out that event loop is not part of javascript V8 engine. In Node, event loop is provided by a sub-system called libev (software.schmorp.de/pkg/libev.html), in Browser environments, event loop is provided by browser implementors. V8 only provides a javascript execution runtime, not event loop implementation.
Awesome video. Azat, thank you very very much for all the documentation you provide for free to the community. It's been an invaluable oasis of information for me to learn both Node and JS for the browser. I am truly grateful.
Starting at 3 minutes and 15 seconds, (ua-cam.com/video/NLtL-EEclRc/v-deo.htmlm15s), the speaker (Azat) said that "... (event loop) is borrowed from V8 engine...)". I'd like to point out that event loop is not part of javascript V8 engine. In Node, event loop is provided by a sub-system called libev (software.schmorp.de/pkg/libev.html), in Browser environments, event loop is provided by browser implementors. V8 only provides a javascript execution runtime, not event loop implementation.
Thanks!
Link to Slides & code: github.com/azat-co/you-dont-know-node
Awesome video. Azat, thank you very very much for all the documentation you provide for free to the community. It's been an invaluable oasis of information for me to learn both Node and JS for the browser. I am truly grateful.
Event loop in Node.js not from V8 but by using libuv under Node.js
First thing I've noticed myself
Great talk on Node JS
nothing new for me lol. but its a good wrap up of how some of node works
this is literally the best video i have come accross understanding nodejs...thank u so much
loved this, some really useful tips
Loved it, through and through!
it's just something like "Introduction to Nodejs"
Good stuff.
👍