Using Workerman to push data to clients in other projects

Question:

I have a regular web project and I want to call the Workerman interface in this project to push data to clients.

Answer:

Based on Workerman, you can refer to the following links:

Based on webman, refer to the following link:

Based on GatewayWorker, refer to the following link:

Based on PHPSocket.IO, refer to the following link:

  • Web message push (default single process, based on socket.io, best browser compatibility)