top | item 46443551

(no title)

rockyj | 2 months ago

Very impressive! Worth noting that HTMX also has a WebSocket extension - https://v1.htmx.org/extensions/web-sockets/ so one could potentially also do "live views" in more performant runtimes like JVM or Node.js

discuss

order

andros|2 months 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.

BiteCode_dev|2 months ago

Can you tell us more? Espacially, how does they both fair with auth.