Azat Mardan: You Don't Know Node.js - JSConf Iceland 2016

Поділитися
Вставка

КОМЕНТАРІ • 14

  • @pixelpaxal
    @pixelpaxal 6 років тому +14

    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.

  • @RatanKumardotorg
    @RatanKumardotorg 8 років тому +18

    Link to Slides & code: github.com/azat-co/you-dont-know-node

  • @maxc101
    @maxc101 7 років тому +3

    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.

  • @TemaSMirnov
    @TemaSMirnov 7 років тому +12

    Event loop in Node.js not from V8 but by using libuv under Node.js

    • @RashidOmar
      @RashidOmar 6 років тому

      First thing I've noticed myself

  • @prasanthtr5693
    @prasanthtr5693 6 років тому +2

    Great talk on Node JS

  • @GottZ
    @GottZ 8 років тому +12

    nothing new for me lol. but its a good wrap up of how some of node works

  • @hayderimran7
    @hayderimran7 7 років тому +3

    this is literally the best video i have come accross understanding nodejs...thank u so much

  • @lolmovies7
    @lolmovies7 8 років тому +4

    loved this, some really useful tips

  • @devmrin
    @devmrin 7 років тому

    Loved it, through and through!

  • @maydayuiui
    @maydayuiui 8 років тому +12

    it's just something like "Introduction to Nodejs"

  • @roselpadilla
    @roselpadilla 3 роки тому

    Good stuff.

  • @c4lijie
    @c4lijie 7 років тому

    👍