HTML over the wire


Topic | v1 | created by jjones |
Description

HTML over the wire is an alternative approach to building modern web applications without using much JavaScript by sending HTML instead of JSON over the wire. This makes for fast first-load pages, keeps template rendering on the server, and allows for a simpler, more productive development experience in any programming language, without sacrificing any of the speed or responsiveness associated with a traditional single-page application.


Source hotwire.dev
Relations

subtopic of HTML

Hypertext Markup Language (HTML) is the standard markup language for documents designed to be display...

e.g. Hotwire

You can follow the HTML-over-the-wire approach as merely inspiration for your own tooling, or you can...

e.g. htmx

htmx allows you to access AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML,...


Edit details Edit relations Attach new author Attach new topic Attach new resource
Resources

treated in The Future of Web Software Is HTML-over-WebSockets

9.0 rating 3.0 level 9.0 clarity 4.0 background – 1 rating

The future of web-based software architectures is already taking form, and this time it’s server-rend...

treated in HTML over the wire

Comparison of different frameworks.

treated in Modest JS Works

You were never sold on heavy-handed JavaScript approaches. Here’s a case for keeping your JS modest.