Viewing articles tagged “Using event emitters in Node.js”
Many objects in a Node emit events, for example, a net.Server emits an event each time a peer connects to it, an fs.readStream emits an…