Skip to content

Commit

Permalink
Updated the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Oct 13, 2024
1 parent 7a37c63 commit 008ffd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ PHP Chess Server is an asynchronous PHP server that provides services of data an

## Object-Oriented

The socket, the chess commands and the game modes are all implemented using OOP principles.
The socket, the chess commands, the game modes and the asynchronous tasks are all implemented using OOP principles.

## Async PHP Frameworks

The flexible architecture of PHP Chess Server allows support for multiple async PHP frameworks, with the default one being Workerman.

- Workerman
- Ratchet

The Spatie async library providing a wrapper around PHP's PCNTL extension is used in order for asynchronous commands to not block the event loop.

0 comments on commit 008ffd0

Please sign in to comment.