Websocket and CakePHP

1

How to integrate Websocket into a CakePHP 1.2 system running on an Apache server with a PostgreSQL database?

I need to do a chat, and all the conversations will be saved in this bank, separated by system users, like Facebook.

The current chat system uses polling in Ajax, but the server is getting overwhelmed sometimes.

A socket system would solve the solution.

    
asked by anonymous 28.03.2017 / 16:58

0 answers