UNPKG

pomelo

Version:

Pomelo is a fast, scalable game server framework for [node.js](http://nodejs.org). It provides the basic development framework and many related components, including libraries and tools. Pomelo is also suitable for real-time web applications; its distri

4 lines 100 B
module.exports = function(app, opts) { var service = {name: 'mockPlugin'}; return service; };