UNPKG

rocket

Version:

The rapid development framework for node.js

7 lines (4 loc) 123 B
module.exports = function(remote, conn) { this.msg = 'hello world'; this.ping = function(cb) { cb('pong'); } }