satellite pre-documentation

This commit is contained in:
ari melody 2026-07-24 12:10:16 +01:00
parent 04ca14163e
commit 7b92f97b24
Signed by: ari
GPG key ID: CF99829C92678188

View file

@ -1,5 +1,19 @@
package main
/*
* -=[ SATELLITE ]=-
*
* a high-uptime companion service for stream-tools, tracking information that
* would be unwieldy to track all the time on an end device.
*
* current use-case: fetching and storing the latest twitch subscribers and
* cheers.
*
* should be able to utilise a bunch of existing code under /twitch, then just
* poke out an API for querying the information. SSE and websockets are
* unnecessary; stream-tools already has this. we just need a "kick-start" payload.
*/
func main() {
// TODO: build satellite service for offline-fetching subscribers and cheers
// TODO: build satellite service
}