walkor / workerman

An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols.
http://www.workerman.net
MIT License
11.03k stars 2.25k forks source link

From Ratchet to Workerman #1006

Closed programarivm closed 5 months ago

programarivm commented 5 months ago

At ChesslaBlab, we're moving from Ratchet to Workerman. Since we've developed an object-oriented socket exposing chess functionality, this should be easy to achieve.

See:

Stay tuned, and keep up the great work!

programarivm commented 5 months ago

Finally we'll be supporting multiple different async frameworks at the same time including Ratchet, AMPHP and Workerman. Looking forward to the updates!