takielias/codeigniter-websocket-example

How can i send meesage from server To cilents ?

Opened this issue · 3 comments

Hi ,
i runin g your demo and its ok now i want to send messge from my server to all cilent how there are in room how can i do this ?
actually i want to this source for updating Price , i mean when my page loaded a websocket connection run and get price one minute after by one minute

hi, how from server broadcast send to client

Hi , i runin g your demo and its ok now i want to send messge from my server to all cilent how there are in room how can i do this ? actually i want to this source for updating Price , i mean when my page loaded a websocket connection run and get price one minute after by one minute

A simple ajax request is enough to serve your requirements. No need to use websocket in this purpose.

hi, how from server broadcast send to client

Did you check example?