guess i could run it on a dedicated server
would be nice if we can get django and liveview working without a server
https://github.com/G4brym/django-cf has a template (among other things) to get started
Another option is the containers stuff mentioned in sibling comment but it's not so FaaS.
Making this more efficient would be kinda counter productive
I'd be curious to see what parameters are required for a smooth / playable demo.
Or am I missing something?
(Slow input with no interpolation?)
Also LiveView is described as "Build rich, dynamic user experiences with server-rendered HTML without writing a single line of JavaScript." and their example uses django templating to render the HTML that is returned.
So what are we really measuring here? The speed up seems to solely come from WebSockets, and maybe skipping some Django middleware. Anyone care to elaborate?
Though it doesn't answer your question, the link at least works :)
Basado
- It's not stateful
- There's no html diffing
- Handlers return target+fragment instead of updating state
ksec•1mo ago
I assume the difference in usage of full stop / period or comma is accidental?
andros•1mo ago