Cavoke
1.1.0
A Platform for creating and hosting multiplayer turn-based board games
|
There are three types of communication between the client and the server.
We have chosen to use simple http-protocol for all of these scenarios. For type 2 requests, simple polling is used. In the future, types 1 and 2 might be replaced with Websockets or HTTP/2.
We use an OpenAPI schema (formerly Swagger) to formalize our http communication. Detailed documentation is available on apiary: