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

13 lines (12 loc) 347 B
module.exports = { ADD_SERVERS: 'add_servers', REMOVE_SERVERS: 'remove_servers', REPLACE_SERVERS: 'replace_servers', BIND_SESSION: 'bind_session', UNBIND_SESSION:'unbind_session', CLOSE_SESSION: 'close_session', ADD_CRONS: 'add_crons', REMOVE_CRONS: 'remove_crons', START_SERVER: 'start_server', START_ALL: 'start_all' };