Commit graph

5 commits

Author SHA1 Message Date
9c0286b55a Several pages [wip]
- Be able to set a name
2022-10-01 04:03:16 +02:00
6aa9bb0e43 Use websockets to exchange data
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-09-20 16:25:55 +02:00
73d3d739e0 server: Remove SpaRouter and implement similar
In order to serve several single page applications reimplement the
`SpaRouter` without a fallback.
2022-09-20 16:20:45 +02:00
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
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