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

12 lines (8 loc) 316 B
var Emitter = require('emitter'); window.EventEmitter = Emitter; var protocol = require('pomelo-protocol'); window.Protocol = protocol; var protobuf = require('pomelo-protobuf'); window.protobuf = protobuf; var pomelo = require('pomelo-jsclient-websocket'); window.pomelo = pomelo;