Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
Deployed 5257bb6 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Aug 3, 2024
1 parent 070c130 commit 5ecdd31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1 id="php-chess-api">PHP Chess API</h1>
<p><a href="https://opensource.org/license/mit/"><img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-blue.svg" /></a>
<a href="https://github.com/chesslablab/chess-api/graphs/contributors"><img alt="Contributors" src="https://img.shields.io/github/contributors/chesslablab/chess-api" /></a></p>
<p>PHP Chess API is a REST-like API that provides chess functionality over an HTTP connection. It goes hand in hand with a MySQL chess database which is to be set up as per the <a href="https://chesslablab.github.io/chess-data/">Chess Data</a> docs.</p>
<p>Similar to the <a href="https://chesslablab.github.io/chess-server/">PHP Chess Server</a>, it can be hosted on a custom domain. However, while the chess server handles multiple concurrent connections based on real-time commands, the API endpoints may take a little longer to execute — for example, a file download or a database query.</p>
<p>Similar to the <a href="https://chesslablab.github.io/chess-server/">PHP Chess Server</a>, it can be hosted on a custom domain. However, while the chess server handles multiple concurrent connections based on real-time commands, the API endpoints may take a little longer to execute — for example, a database query.</p>
<h2 id="components-based-design">Components Based Design</h2>
<p>PHP Chess API has been created using the <a href="https://symfony.com/">Symfony</a> framework, which is a set of reusable PHP components.</p>
<h2 id="lightweight">Lightweight</h2>
Expand Down Expand Up @@ -158,5 +158,5 @@ <h2 id="lightweight">Lightweight</h2>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-08-03 10:03:38.091937+00:00
Build Date UTC : 2024-08-03 10:33:39.344670+00:00
-->
Loading

0 comments on commit 5ecdd31

Please sign in to comment.