Skip to content

Commit

Permalink
Updated the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Nov 12, 2024
1 parent 8f7441c commit 564a1c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ PHP Chess Server is an asynchronous PHP server that provides chess services over
| 7443 | binary | Binary data |
| 6443 | auth | Authentication functionality |

## Object-Oriented
## Features

### Object-Oriented

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

## Async PHP Frameworks
### Flexible

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

Expand Down

0 comments on commit 564a1c1

Please sign in to comment.