quirksahern / Runtime

SSI CW24 Hack Day project: Making Runtime Run
Creative Commons Attribution 4.0 International
1 stars 1 forks source link

Create WebSocket to provide lock status information #15

Open pgmccann opened 4 months ago

pgmccann commented 4 months ago

Create a WebSocket which serves information indicating whether or not the application is 'locked', based on the presence or absence of the lock file which is created/deleted by POSTing to the index/facilitator pages.

Part of #14