CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

EventEmitter

Node.js – Events – A brief discussion

As discussed in our previous article, “Node.js – An Introduction“; it uses a Single Thread Event model to handle concurrent client requests. That said, Node.js supports an event-driven model to handle the requests. Some kind of objects periodically issues the events, and some objects will listen to these events. The objects that emit the events […]

Scroll to top
Exit mobile version