Re: CakePHP 3.0, Any chat application for cakephp?

2015-01-22 Thread Jungsuk Lee
Oh I didn't know that there is a web socket available in cakephp. Thank you!! Hi I'm working on cakephp to build a website and i'd like to add chatting > feature in it. > and I'm considering Javascript based chat application. > > Using AJAX was too slow to use. any other way? > Please help. > >

Re: CakePHP 3.0, Any chat application for cakephp?

2015-01-21 Thread Leandro Machado Pereira
the node.js have module for mysql or you can try socket.io for php. node.js have someone installation and configuration in the server, it's good if you have access for server admin Em Wed Jan 21 2015 at 14:33:49, Florian Krämer escreveu: > And how else do you want to communicate with the Node.js

Re: CakePHP 3.0, Any chat application for cakephp?

2015-01-21 Thread Florian Krämer
And how else do you want to communicate with the Node.js server? ;) I assume you suggest him to use Websockets but they'll work with php as well, see the Ratchet lib for php. On Tuesday, January 20, 2015 at 10:31:18 AM UTC+1, Leandro Machado Pereira wrote: > > I think node.js is more better for

Re: CakePHP 3.0, Any chat application for cakephp?

2015-01-20 Thread Leandro Machado Pereira
I think node.js is more better for chat than ajax. Em ter, 20 de jan de 2015 06:21, Jungsuk Lee escreveu: > Hi I'm working on cakephp to build a website and i'd like to add chatting > feature in it. > and I'm considering Javascript based chat application. > > Using AJAX was too slow to use. any

CakePHP 3.0, Any chat application for cakephp?

2015-01-20 Thread Jungsuk Lee
Hi I'm working on cakephp to build a website and i'd like to add chatting feature in it. and I'm considering Javascript based chat application. Using AJAX was too slow to use. any other way? Please help. Thank you in advance! -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on T