You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we need management of online/offline state, and a broker for things like chat.
Not 100% sure yet what the architecture for this should look like. If we want to roll our own thing, most likely this will be some form of internal message bus. I'd suggest we use something like Redis to decouple apiserver from the brokerage of the messages so we can scale both independently?
I don't REALLY feel like rolling our own chat system however. We could look at using google's cloud firestore for the backend for chat, but maybe it can suffice as the real-time message bus as well?
The text was updated successfully, but these errors were encountered:
we need management of online/offline state, and a broker for things like chat.
Not 100% sure yet what the architecture for this should look like. If we want to roll our own thing, most likely this will be some form of internal message bus. I'd suggest we use something like Redis to decouple apiserver from the brokerage of the messages so we can scale both independently?
I don't REALLY feel like rolling our own chat system however. We could look at using google's cloud firestore for the backend for chat, but maybe it can suffice as the real-time message bus as well?
The text was updated successfully, but these errors were encountered: