From eeb824df72971f6bdaad24d7da80364c2fa8b26c Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 15 Mar 2021 22:08:59 -0300 Subject: add todo for remote/VPN mtui server hosting! --- socket.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/socket.js b/socket.js index c7fb023..0cf9cc0 100644 --- a/socket.js +++ b/socket.js @@ -7,6 +7,15 @@ // TODO: Option to display listing items which aren't available on all // connected devices. +// +// TODO: While having a canonical backend is useful for maintaining a baseline +// playback position and queue/library with which to sync clients, it probably +// shouldn't be necessary to have an actual JS reference to that backend. +// Making communication with the canonical backend work over socket (in as much +// as possible the same way we do current socket communication) means the +// server can be run on a remote host without requiring access to the music +// library from there. This would be handy for people with a VPN with its own +// hostname and firewall protections! 'use strict' // single quotes & no semicolons time babey -- cgit 1.3.0-6-gf8a5