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

8 lines (6 loc) 134 B
var Event = function(app) { this.app = app; }; module.exports = Event; Event.prototype.bind_session = function(session) { };