Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Jan 11, 2024
1 parent b4247c7 commit dca393d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

PHP Chess Server is an asynchronous PHP server that provides functionality to play chess online over a WebSocket connection as well as over a TCP connection.

Similar to the [Chess API](https://chess-api.readthedocs.io/en/latest/), the PHP Chess Server can be hosted on a custom domain. However, the API endpoints may take few seconds to execute like a file download or a database query while the event-driven, non-blocking architecture of the chess server allows to handle multiple concurrent connections in an efficient way.
Similar to the [Chess API](https://chess-api.readthedocs.io/en/latest/), it can be hosted on a custom domain. However, while the API endpoints may take few seconds to execute — for example, a file download or a database query the event-driven, non-blocking architecture of the chess server allows to handle multiple concurrent connections in an efficient way.

The chess commands are intended to run very quickly almost in real-time.

## Lightweight

Dependencies required:

- Ratchet for asynchronously serving WebSockets.
- PHP Chess for chess functionality.
- Ratchet for asynchronously serving WebSockets.
- PHP-JWT for encoding and decoding JSON Web Tokens (JWT).
- PHP dotenv for loading environment variables.
- Monolog for logging commands.
Expand Down

0 comments on commit dca393d

Please sign in to comment.