README
poker-server-api
API to the poker server.
This library provides only commanding part of the API which justs sends command to the server. Receiving notification still located in the poker-html-client.
HTML client for online poker
<script type="module">
import pokerServerApi from 'https://cdn.skypack.dev/poker-server-api';
</script>
API to the poker server.
This library provides only commanding part of the API which justs sends command to the server. Receiving notification still located in the poker-html-client.