1
How to integrate Websocket into a Cakephp 1.2 system that runs on an Apache server with a Postgresql database?
I need to chat, and all conversations will be saved in this bank, separated by system users such as Facebook.
The current chat system uses Polling in Ajax, but the server is getting overloaded sometimes.
A socket system would solve the solution.