doxout / recluster

Node clustering library with support for zero downtime reloading
522 stars 44 forks source link

Expose eventemitter API #7

Open spion opened 11 years ago

spion commented 11 years ago

Document and expose eventemitter API. To do this, all usages of self.on will need to be replaced with something else.

spion commented 11 years ago

Done. Just needs documentation; tests also need to be updated.