HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
📝
프론트엔드 스쿨 교안(1기)
/
📝
Node
/
📝
node의 이벤트 루프에 관련된 글
📝

node의 이벤트 루프에 관련된 글

How is asynchronous javascript interpreted and executed in Node.js?
I've been doing a lot of research into the core of Node.js lately, and I have some questions about the inner workings of the Node platform. As I understand it, Node.js works like this: Node has an API, written in Javascript, that allows the programmer to interact with things like the filesystem and network.
How is asynchronous javascript interpreted and executed in Node.js?
https://stackoverflow.com/questions/36491385/how-is-asynchronous-javascript-interpreted-and-executed-in-node-js
How is asynchronous javascript interpreted and executed in Node.js?
nodejs의 내부 동작 원리 (libuv, 이벤트루프, 워커쓰레드, 비동기)
이벤트루프는 nodejs 의 핵심개념인데, 열심히 파헤쳐보자. 먼저 구글에 널려있는 많은 아키텍처들은 전부 틀렸다고 한다. 이 말은 libuv의 핵심 개발자 Bert Belder 등이 했다고 참조문서에서 말한다. 아무튼 그래서 구글링을 열심히해봐도 공식문서에 부합하는 아키텍쳐 그림이 없었다. nodejs 만든사람이 하나 그려줬으면 좋겠지만.... 일단 직접 그려보았다. 아래는 거짓이라고 말한 사진들이다. 널리 통용되고있어서 구글이미지검색에서도 상위에 있는 것들..
nodejs의 내부 동작 원리 (libuv, 이벤트루프, 워커쓰레드, 비동기)
https://sjh836.tistory.com/149
nodejs의 내부 동작 원리 (libuv, 이벤트루프, 워커쓰레드, 비동기)