chesslablab / chess-server

Asynchronous PHP chess server.
https://chesslablab.github.io/chess-server/
MIT License
47 stars 23 forks source link

Replace Ratchet with AMPHP WebSocket Server #246

Closed programarivm closed 8 months ago

programarivm commented 8 months ago

At the moment the chess server is using Ratchet but it will be refactored to use AMPHP WebSocket Server.

Happy coding!

programarivm commented 8 months ago

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