aloof_ruf
11/28/2017, 4:59 PMbackend-api-subscriptions-websocket
and backend-api-simple-subscriptions
, and feel like I understand what they are accomplishing from a high-level perspective. There's just a few things I'd like to ask:
1. When there is mention of a "queue", is this a RabbitMQ queue? An SQS queue? Something else?
2. Is the websocket connection with a client maintained/managed solely by backend-api-subscriptions-websocket
?
3. What's the websocket library used? The Scala Play framework's websocket library?dpetrick
11/29/2017, 12:52 PMaloof_ruf
11/29/2017, 2:57 PM