Commit graph

4 commits

Author SHA1 Message Date
finga afa1d19dd8 Exchange data via websockets
Use websockets to send binary messages to the server. The server logs
the time taken by the client, as well as the time calculated with the
received messages sent by the client.
2022-10-02 21:14:32 +02:00
finga b12b8765a9 client: Create stopwatch frontend
Create the frontend for the stopwatch which does not yet communicate
with the server.
2022-09-17 21:53:39 +02:00
finga 0d0f26d6c0 client: Use Bulma as CSS framework
Use Bulma as CSS framework and show a loading spinner when the WASM
client application is loading.
2022-09-17 19:41:24 +02:00
finga f85a4d7e87 Lay out the structure of the project
Parse arguments which can be used to configure the server. Create a
WASM client stub and make the server capable of serving it. Document
the current state in the readem.
2022-09-17 18:49:41 +02:00