In a nodejs application we have many events that will be emitted and catched. Events will be defined normally as simple strings like e. g. 'open'. My idea is to create an own object for my events.In a nodejs application we have many events tha
In a nodejs application we have many events that will be emitted and catched. Events will be defined normally as simple strings like e. g. 'open'. My idea is to create an own object for my events.In a nodejs application we have many events tha