https://htmx.org logo
I had to revert from SSE to polling in a simular c...
# 🔥-django-htmx
p
I had to revert from SSE to polling in a simular case. I want to update a single row in the table. But opening an SSE stream per table row was just too much for the server to handle. And having a single SSE stream where you trigger a certain row only does not seem possible with the current implementation (I asked this yesterday in the #725789747212976259 channel, but no feedback so far).