Hello,<div> <br> I have cowboy setup and working to send/receive websockets over a socket connection.  I am trying to figure out how to initiate a message server side over that channel (without it just being a reply).  I am envisioning exposing a webservice on the cowboy service that would then push a message to all connected users (or maybe a subset based on some criteria).</div>
<div><br></div><div> Does anyone know if this is possible and if so how to implement?</div><div><br></div><div> Cheers,</div><div> -AD</div>