One of the simplest way to create websockets chat with php
I want to tell you about my Open Source project of comet server. It simplifies the process of creating chat and notifications for the site.
The CppComet takes care of all the work of maintaining websocket connections and give simple api for sending messages from backend to frontend by websockets.
CppComet is written in C++ and can handle many simultaneous connections.