Texonom
Texonom
/
Application
Application
/Network Science/ICT/Computer Network/Internet/WWW/Web Development/Web API/Web Main Interface/Web Event Interface/
JS EventEmitter
Search

JS EventEmitter

Created
Created
2021 May 12 8:55
Refs
Refs
Pub Sub
DOM 이벤트 말고, node js 런타임상 트리거를 기반으로 이벤트를 내보내고 응답
JS EventEmitter Notion
EventEmitter subscribe
EventEmitter emit
 
 
 
Browser EventEmitter Implementations
npm events
npm evt
 
 
 
 
Nodejs EventEmitter 뜯어보기
Node.js 소스 코드를 살펴보면서 EventEmitter가 어떻게 돌아가는지 확인합니다 들어가며 Udemy의 Learn and Understand NodeJS 강의를 정리하는 포스팅이다. 동기와 비동기 순수 자바스크립트는 동기적으로 작동한다. 한 번에 하나의 프로세스만 실행시킬 수 있다. 자바스크립트를 비동기적으로 작동시키는 것은 자바스크립트 엔진 바깥을 감싸고 있는 호스팅 환경이다. 전통적으로는 브라우저가 유일한 호스팅 환경이었지만 자바스크립트 세계관이 확장되면서 이제는 Node.js 또한 호스팅 환경 중의 하나가 되었다.
Nodejs EventEmitter 뜯어보기
https://www.huskyhoochu.com/nodejs-eventemitter/
Nodejs EventEmitter 뜯어보기
Events | Node.js v16.1.0 Documentation
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 called.
Events | Node.js v16.1.0 Documentation
https://nodejs.org/api/events.html
 
 

Recommendations

Texonom
Texonom
/
Application
Application
/Network Science/ICT/Computer Network/Internet/WWW/Web Development/Web API/Web Main Interface/Web Event Interface/
JS EventEmitter
Copyright Seonglae Cho