HamClock Remote Access
Go to file
Samuel Sloniker 1624ee8996
Use Tornado (#14)
This commit converts the server to use Tornado. Unfortunately, I had to
convert part of the code to async, but I avoided it as much as possible.

Closes #7
2021-06-20 15:34:04 -07:00
client add lang=en and charset=UTF-8 to client HTML 2021-06-17 19:58:16 -07:00
server Use Tornado (#14) 2021-06-20 15:34:04 -07:00
.gitignore add lang=en and charset=UTF-8 to client HTML 2021-06-17 19:58:16 -07:00
LICENSE Create LICENSE 2021-06-15 12:56:32 -07:00
README.md Several improvements and rearranged files 2021-06-17 14:33:40 -07:00

hcra

HamClock Remote Access - access HamClock remotely

This is currently in early development.

Client

The client is in the client directory.

Server

The server is in the server directory.