UNPKG

faye

Version:

Simple pub/sub messaging for the web

17 lines (11 loc) 353 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'), NodeAdapter: require('./adapters/node_adapter') }; Logging.wrapper = Faye; module.exports = Faye;