stream-tools/cmd/satellite/main.go

19 lines
647 B
Go

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
}