Found 6 bookmarks
Newest
A Visual Guide to NodeJS Streams — Advanced NodeJS Part 4 | by Deepal Jayasekara | Deepal’s Blog
A Visual Guide to NodeJS Streams — Advanced NodeJS Part 4 | by Deepal Jayasekara | Deepal’s Blog
Imagine you have a pile of bricks somewhere. And you want to build a wall with those bricks here. Let’s say you have a friend to help move the bricks. To start building, you now have two options. You…
·blog.insiderattack.net·
A Visual Guide to NodeJS Streams — Advanced NodeJS Part 4 | by Deepal Jayasekara | Deepal’s Blog
Developer Initiates I/O Operation. You Won't Believe What Happens Next.
Developer Initiates I/O Operation. You Won't Believe What Happens Next.
As Node.js developers, we are extremely spoiled. The level of abstraction provided to us by JavaScript allows us to focus on creating interesting applications instead of wrestling with low level system concepts such as threads and synchronization. But, whether we like to think about it or not, our JavaScript code sits on top of a lot of low level code, mostly written in C/C++, as shown in the following figure. This article will trace a simple JavaScript function call as it traverses various layers of this figure. A basic understanding of the event loop is assumed. If you need an introduction or refresher, check out this guide.
·cjihrig.com·
Developer Initiates I/O Operation. You Won't Believe What Happens Next.