Second server used and does it scale? #34
-
Does this implementation of SSE use a second server for handling the connections (e.g. like with Laravel WebSockets)? |
Beta Was this translation helpful? Give feedback.
Answered by
slavarazum
Aug 6, 2023
Replies: 1 comment 2 replies
-
Wave uses the standard Laravel Redis Broadcasting driver, so its scalability should be in line with this. While I've not yet tested large-scale scenarios, I plan to do so soon to verify these expectations. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Chxsta
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wave uses the standard Laravel Redis Broadcasting driver, so its scalability should be in line with this. While I've not yet tested large-scale scenarios, I plan to do so soon to verify these expectations.