Now that we have implemented the server, we are going to build three clients, as follows:
- JavaFX client
- Android client
- Thin client, using CURL
These clients will use the HTTP protocol to send the requests and retrieve the responses. Since we have written a client module, the interaction with the server will be fairly simple.