UNPKG

@balderdash/sails-edge

Version:

API-driven framework for building realtime apps, using MVC conventions (based on Express and Socket.io)

12 lines (8 loc) 180 B
/** * Drink from the firehose. */ module.exports = function (sails) { return function subscribeToFirehose (socket) { sails.sockets.join( socket, 'sails_firehose' ); }; };