I am trying to use the websockets implementation of ActionHero.js. Looking at the documentation it's clear how to implement a chat, but I don't understand how is possible to emit a custom event from server to client and organizing a complex realtime app. I am looking at the primus-emitter project examples: https://github.com/cayasso/primus-emitter
Anybody knows? Thanks