Hacker News new | ask | show | jobs
by andros 167 days ago
My first version of Django LiveView used HTMX. WebSocket connectivity is one aspect; there is another part of logic and architecture where it falls short.
1 comments

Can you tell us more? Espacially, how does they both fair with auth.
There is native middleware in Channels. I have it documented with a brief example in the documentation, and I also mention some security measures.