How can I mixin or inherit from App, say in Bapp...
function Bapp() {
// ???
}
...such that instances of Bapp enjoy full use of App's methods, for example, "whatever()"? My efforts so far, have caused conflict with unimplemented EventEmitter methods on Bapp.