Skip to content

Commit

Permalink
Updated the documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed May 21, 2024
1 parent 95897b7 commit f541a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

Similar to the [PHP Chess API](https://chess-api.docs.chesslablab.org/), 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.
Similar to the [PHP Chess API](https://chesslablab.github.io/chess-api/), 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.

Expand Down

0 comments on commit f541a03

Please sign in to comment.