2372da942a05200195e85fe23952d8ccd2bd630b
HomesteadGateway
Gateway between multiple HomesteadRelay's and the HomesteadToGo Bot.
dev notes
perhaps drop database, instead
Mod -> websocket /register { server_id, channel_id } // grabbed from mod config
Bot -> websocket /ready { channel_id } // ready if Mod with fitting channel_id has called /register
Gateway -> memory cache (server_id -> channel_id; channel_id -> server_id) // mem enough
Mod/Bot -> websocket /ws { ... } -> Bot/Mod // sync
Languages
Go
100%