SyntaxFix
Write A Post
Hire A Developer
Questions
I suggest to use the inherits helper that comes with the standard util module: http://nodejs.org/api/util.html#util_util_inherits_constructor_superconstructor
inherits
util
There is an example of how to use it on the linked page.