Repo: https://github.com/grabbou/nodeschool-eventemitter
Not sure if this part has been already covered somewhere, but was thinking that we might want to create additional workshop to cover this field.
What you think?
Some simple topics that might be worth explaining during such a workshop:
Languges to start with:
If anyone feels native in others, let me know and let's do it together!
Repo: https://github.com/grabbou/nodeschool-eventemitter
Not sure if this part has been already covered somewhere, but was thinking that we might want to create additional workshop to cover this field.
What you think?
Some simple topics that might be worth explaining during such a workshop:
em.tellMeWhenNewChickArrivesthat will just callon- event name hidden from end user [prototype chain is no longer a mystery!]emitmethod, e.g.newChickArrivedusemethod and create additional plugin, likeem.use(nightclub())so night club emits new chick events - this might give valuable knowledge to attendees on how to split their huge app into reusable components, especially when aggregating some data (I have a working example so I can even feature it during the workshop)Languges to start with:
If anyone feels native in others, let me know and let's do it together!