potiuk commented on issue #306: URL: https://github.com/apache/tooling-trusted-releases/issues/306#issuecomment-3512458060
I assume WS = Websockets (from the context). I think WS is only really useful when you have some data streaming but when you have "small number of users" (relatively - in 100s) and just "forms", long pollin, timed refresh or SSE as mentioned by @sbp approach should do just fine and is far easier to deploy and secure in general. We had similar discussion in Airflow which has very similar usage patterns (relatively small number of users, but a need for interactive and "snappy" UI) and we never found the need to use websockets. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
