romainrg / ratchet_client

CodeIgniter library who allow you to make powerfull applications with realtime interactions by using Websocket technology and Ratchetphp 🚀🚀
GNU General Public License v3.0
37 stars 24 forks source link

Is there any function to create channel and send message only on that channel? #11

Open ravhirizaldi opened 3 years ago

ravhirizaldi commented 3 years ago

I am able to send message to all the connected clients but the problem is I don't want to send message to all the clients I just want to send the message to the clients who have subscribed the the particular channel in which the messages was sent.

can this library just that? or i must extend the function?

jakaprata commented 3 years ago

Yes, you can do that, just custom the code in onMessage, if you connected to database, ajax can help you.