Switch to NodeJS's EventEmitter as parent class (#55) (d21bb0b), closes #41
BREAKING CHANGES
Sockets will no longer return RemovableListeners when calling their addListener() method. Now they inherit all the event methods from Node's EventEmitter class.