mirror of
https://github.com/tanrax/django-interactive-frameworks-benchmark
synced 2026-01-07 05:43:36 +01:00
- Add Django Reactor (v5.3.0b0) as fifth framework in comparison - Rename HTMX to django-htmx throughout for clarity - Update plots: change "Network Requests" to "HTTP Requests" - Regenerate all performance plots with 5 frameworks - Update navigation across all templates to include Reactor - Add Reactor component (XAlertList) and WebSocket configuration Performance results (5 frameworks): - LiveView: 9.35ms (WebSocket) - Reactor: 12.00ms (WebSocket) - django-htmx: 16.48ms (AJAX) - Unicorn: 26.76ms (AJAX) - SSR: 47.25ms (Full reload)
10 lines
169 B
Plaintext
10 lines
169 B
Plaintext
Django==5.1.4
|
|
channels==4.2.0
|
|
channels-redis==4.2.1
|
|
daphne==4.1.2
|
|
django-liveview==2.1.7
|
|
redis==5.2.1
|
|
django-unicorn==0.62.0
|
|
django-htmx==1.22.0
|
|
django-reactor==5.3.0b0
|