Today I Learned - Rocky Kev

Tagged “definitions”

  1. TIL why NodeJS in reference to I/O

    Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. tl;dr: bypasses JavaScript single-threaded event loop

See all tags.