@@ -56,15 +56,16 @@ While Over-the-Wire offers significant advantages for backend-driven application
5656
5757## Popular Frameworks and Tools Following Over-the-Wire Principles
5858
59- | Framework | Primary Use | Technology Stack |
60- | ------------------------| -----------------------------------------------| ---------------------------|
61- | ** htmx** | Enhances existing HTML pages with minimal JS | Technology-agnostic |
62- | ** Hotwire (Turbo)** | Full Over-the-Wire framework for modern web apps | Ruby on Rails |
63- | ** Phoenix LiveView** | Real-time UI updates via WebSockets | Elixir / Phoenix |
64- | ** Livewire** | Server-driven UI components for Laravel | PHP / Laravel |
65- | ** Unpoly** | Simplifies partial page updates without SPAs | Technology-agnostic |
66- | ** Blazor Server** | Server-side UI rendering with SignalR | .NET / C# |
67- | ** Inertia.js** | SPA-like experience without APIs | JavaScript + Laravel/Rails |
59+ | Framework | Primary Use | Technology Stack | Link |
60+ | ------------------------| -----------------------------------------------| ---------------------------| ------|
61+ | ** [ htmx] ( https://htmx.org/ ) ** | Enhances existing HTML pages with minimal JS | Technology-agnostic | [ htmx.org] ( https://htmx.org/ ) |
62+ | ** [ Hotwire (Turbo)] ( https://hotwired.dev/ ) ** | Full Over-the-Wire framework for modern web apps | Ruby on Rails | [ hotwired.dev] ( https://hotwired.dev/ ) |
63+ | ** [ Phoenix LiveView] ( https://hexdocs.pm/phoenix_live_view ) ** | Real-time UI updates via WebSockets | Elixir / Phoenix | [ hexdocs.pm] ( https://hexdocs.pm/phoenix_live_view ) |
64+ | ** [ Livewire] ( https://livewire.laravel.com/ ) ** | Server-driven UI components for Laravel | PHP / Laravel | [ livewire.laravel.com] ( https://livewire.laravel.com/ ) |
65+ | ** [ Unpoly] ( https://unpoly.com/ ) ** | Simplifies partial page updates without SPAs | Technology-agnostic | [ unpoly.com] ( https://unpoly.com/ ) |
66+ | ** [ Blazor Server] ( https://learn.microsoft.com/en-us/aspnet/core/blazor/ ) ** | Server-side UI rendering with SignalR | .NET / C# | [ learn.microsoft.com] ( https://learn.microsoft.com/en-us/aspnet/core/blazor/ ) |
67+ | ** [ Inertia.js] ( https://inertiajs.com/ ) ** | SPA-like experience without APIs | JavaScript + Laravel/Rails | [ inertiajs.com] ( https://inertiajs.com/ ) |
68+
6869
6970## Conclusion
7071
0 commit comments