hcra/client
Samuel Sloniker 8ea09771e8
Big refactor (#20)
* First step of server redesign

Only thing left is to re-add disconnect handling

* Convert client to use img

Removing the tiling feature allowed me to switch the client to use img
instead of canvas.

* Rename "canvas" to "img"

"canvas" isn't a good variable name for an <img> element

* Handle disconnects (again)

I had removed disconnect handling when I started the partial rewrite.
This commit re-adds it.

* Remove obsolete code

* Change dependency to websocket-server in requirements.txt

* Fix Chrome click bug

This should fix the Chrome click bug.
2021-07-19 12:09:42 -07:00
..
css Rearrange client files 2021-06-17 15:04:51 -07:00
js Big refactor (#20) 2021-07-19 12:09:42 -07:00
index.html Big refactor (#20) 2021-07-19 12:09:42 -07:00
README.md Add documentation 2021-07-05 12:55:41 -07:00

HCRA Client

This is the client for HCRA. It connects to a running instance of HCRA Server (see ../server).

Installation

Just use your favorite static-site Web server. You may, optionally, delete this file, but it shouldn't hurt anything to leave it.

Usage

Enter the server URL (starts with ws:// or wss://) and password, then click Start.

Mobile

This should work on mobile devices. Use landscape orientation for best results.