https://edykim.com/ko/post/events-eventemitter-translation-in-node.js/

 

Node.js의 Events `EventEmitter` 번역

는 Node.JS에 내장되어 있는 일종의 옵저버 패턴 구현이다. node 뿐만 아니라 대부분의 프레임워크나 라이브러리에서 이 구현을 쓰거나 유사한 구현을 활용하고 있는 경우가 많다. DOM Event Listener를

edykim.com

https://www.huskyhoochu.com/nodejs-eventemitter/

 

Nodejs EventEmitter 뜯어보기

Node.js 소스 코드를 살펴보면서 EventEmitter가 어떻게 돌아가는지 확인합니다

www.huskyhoochu.com

https://github.com/primus/eventemitter3

 

GitHub - primus/eventemitter3: EventEmitter3 - Because there's also a number 2. And we're faster.

EventEmitter3 - Because there's also a number 2. And we're faster. - GitHub - primus/eventemitter3: EventEmitter3 - Because there's also a number 2. And we're faster.

github.com

https://nodejs.org/api/events.html

 

Events | Node.js v18.3.0 Documentation

Events# Source Code: lib/events.js Much of the Node.js core API is built around an idiomatic asynchronous event-driven architecture in which certain kinds of objects (called "emitters") emit named events that cause Function objects ("listeners") to be call

nodejs.org

 

'NodeJS' 카테고리의 다른 글

[NodeJS] path  (0) 2022.06.12
[NodeJS] Timer  (0) 2022.06.12

+ Recent posts