ratchet_client
ratchet_client copied to clipboard
CodeIgniter library who allow you to make powerfull applications with realtime interactions by using Websocket technology and Ratchetphp 🚀🚀
Hi I have followed whole process by cmd, server started running, authentication activated as well . but when i am trying to open in browser for chat start it's giving...
Codeigniter is showing this error after trying to load the ratchet_client library in the autoload file.
I am trying to get the list of connected clients in controllers, can you please help? class Server implements MessageComponentInterface { /** * List of connected clients * @var array...
please let me know how can i broadcast msg to all users from controller
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...
I want to use the same thing in android, Please help and guide me
How many beers do I need to buy you for wss support?
am having this error Unable to load the requested class: Codeigniter_websocket so i was checking the path and i didn't find the (romainrg) folder in vendor i re install the...
so first of all thank you very much for this great work. any documentation about changes to be done on a live server ? failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED...
Hi Roman, thanks for sharing your great work I just installed your library and when I run; **php index.php welcome index** It shows me an error: **[31mAuthentication callback is required,...