UNPKG

faye

Version:

Simple pub/sub messaging for the web

16 lines (10 loc) 295 B
'use strict'; var constants = require('./util/constants'), Logging = require('./mixins/logging'); var Faye = { VERSION: constants.VERSION, Client: require('./protocol/client'), Scheduler: require('./protocol/scheduler') }; Logging.wrapper = Faye; module.exports = Faye;