I've been looking at the node documentation quite a bit lately and I wish it were more straightforward. I have a question regarding events that a lot of objects have.
Event: 'lookup'
Event: 'connect'
Event: 'data'
etc
based on tutorials i've seen, i know some of these events send along a parameter. for example, the 'data' event passes a data object to your event hander with info about the data event.
my question/problem is that the documentation doesn't explain how these events are supposed to be implemented, what parameters your event handler should take, etc. are there better resources about this? is the pattern in the html documentation being that the bullet-pointed bits on an event are objects in your event handler?