TOKEN: An authentication token that you'll use you broadcast a message
REDIS_URL: The URL of your Redis installation
REDIS_URL_KEY: If you use a hosting provider that sets your Redis URL environment variable under another name, like REDIGO_URL, set this to the name of the variable.
Subscribe to a channel / Listen for messages
Create a GET request to /channel
Broadcast a message
Create a POST request to /channel with token and message as parameters values. Channels that do not exist are created on the fly.
Satellite app uses Strobe for channel fan-out, Redigo to pass messages between servers, and SSE for SSE formatting.