HTML over the wire
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.
Relations
Hypertext Markup Language (HTML) is the standard markup language for documents designed to be display...
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...
Comparison of different frameworks.
You were never sold on heavy-handed JavaScript approaches. Here’s a case for keeping your JS modest.