primus-emit icon indicating copy to clipboard operation
primus-emit copied to clipboard

Working with primus-rooms ?

Open jaumard opened this issue 8 years ago • 1 comments

I think it's actually not the case but it will be nice if this module can works with primus-rooms. Like this we can do something like :

primus.room('user').emit('notification', notification)

And client side only :

primus.on('notification', data => {})

jaumard avatar Jul 20 '16 17:07 jaumard