From ebc9831c93d3b7a63e6aee8da39762c103bb3011 Mon Sep 17 00:00:00 2001 From: Samuel Sloniker Date: Thu, 15 Jul 2021 18:53:48 -0700 Subject: [PATCH] Update server/README.md --- server/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/server/README.md b/server/README.md index 5efac5a..c782794 100644 --- a/server/README.md +++ b/server/README.md @@ -43,6 +43,11 @@ HamClock's built-in port 8080 service, or it can use X11. The X11 method is highly recommended when it can be used, because it does not occasionally freeze when HamClock is on certain screens like the port 8080 backend does. +A variant on the X11 backend, called the SaaS backend, is also available. It +works the same way, except it starts HamClock on its own and stops it when +the user disconnects. This is intended for cloud/SaaS environments that may +run multiple HamClocks for different users. + ### Port 8080 The Port 8080 backend just requires a running instance of 800x480 HamClock. @@ -59,6 +64,10 @@ For example: Replace :1 with the desired display number. +### SaaS + +The SaaS backend + ### Custom If you write your own backend, just put it in the `backends` folder and