Wednesday, 10 May 2017

Javascript Node.js events that execute in reverse order

I'm looking to execute node.js events in reverse order to how they are normally. Normally events.EventEmitter create events that execute in the order they are set, with the first ones executed first. I would like to execute the newest one first instead. Is this an option I can set or how would I go about creating this different event?



via Harry

No comments:

Post a Comment