Starting at 3 minutes and 15 seconds, (kzbin.info/www/bejne/hH3XfWB7esifiMUm15s), 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.
@noctap0d2 жыл бұрын
Thanks!
@RatanKumardotorg8 жыл бұрын
Link to Slides & code: github.com/azat-co/you-dont-know-node
@TemaSMirnov7 жыл бұрын
Event loop in Node.js not from V8 but by using libuv under Node.js
@RashidOmar6 жыл бұрын
First thing I've noticed myself
@GottZ8 жыл бұрын
nothing new for me lol. but its a good wrap up of how some of node works
@maxc1017 жыл бұрын
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.
@prasanthtr56936 жыл бұрын
Great talk on Node JS
@lolmovies78 жыл бұрын
loved this, some really useful tips
@hayderimran77 жыл бұрын
this is literally the best video i have come accross understanding nodejs...thank u so much