RIP Webby

Web Development => WebDev Discussion & Help => Topic started by: Admin on January 25, 2022, 10:10:02 pm

Title: HTML Over The Wire | Hotwire
Post by: Admin on January 25, 2022, 10:10:02 pm
HTML Over The Wire | Hotwire

https://hotwire.dev (https://hotwire.dev)

Hotwire 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.