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

Поделиться
HTML-код
  • Опубликовано: 7 авг 2024
  • "Node.js is fast and scalable web-oriented non-blocking I/O built on top of Google Chrome V8 engine. Almost every web developer uses Node or Node-based tools to some extent. However, Node has some really powerful features worth knowing.
    This talk dives deep into the core mechanisms of the Node.js platform and some of its most interesting features such as Event Loop, Streams and buffers, Process and global, Event emitters, Clusters, AsyncWrap, Domain and uncaughtException, and C++ addons.
  • НаукаНаука

Комментарии • 14

  • @RatanKumardotorg
    @RatanKumardotorg 7 лет назад +18

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

  • @pixelpaxal
    @pixelpaxal 6 лет назад +14

    Starting at 3 minutes and 15 seconds, (ruclips.net/video/NLtL-EEclRc/видео.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.

  • @lolmovies7
    @lolmovies7 7 лет назад +4

    loved this, some really useful tips

  • @devmrin
    @devmrin 7 лет назад

    Loved it, through and through!

  • @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.

  • @prasanthtr5693
    @prasanthtr5693 6 лет назад +2

    Great talk on Node JS

  • @TemaSMirnov
    @TemaSMirnov 6 лет назад +12

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

    • @RashidOmar
      @RashidOmar 5 лет назад

      First thing I've noticed myself

  • @GottZ
    @GottZ 7 лет назад +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

  • @roselpadilla
    @roselpadilla 3 года назад

    Good stuff.

  • @maydayuiui
    @maydayuiui 7 лет назад +12

    it's just something like "Introduction to Nodejs"

  • @c4lijie
    @c4lijie 7 лет назад

    👍