Live data from Hacker News

Hotwire: HTML over the Wire

hotwire.dev

1–10 of 573 posts

Re: Hotwire: HTML over the Wire

#3
I won't say this is a step backwards in terms of progress but it is a step back to the way things used to be done in the early days of Ajax - albeit with a slightly more modern approach.

It is appropriate for some applications and not for others. That's just my view.

Re: Hotwire: HTML over the Wire

#4
What's old is new again. I recall ASP.NET had some interesting tech around this in the 2000s where it could dynamically update parts of the page.

If I recall correctly, this made use of that new technology of the time called "XMLHttpRequest" (/s) which pretty much jump-started web 2.0.

Re: Hotwire: HTML over the Wire

#7
I get the feeling it will draw a bit of criticism from this crowd. IMO it’s fine to experiment with tech like this, but I have to wonder where sending HTML fragments over Websockets instead of HTTP falls apart.

Curious to hear about the success/horror stories in a few months/years from any adopters :)

Re: Hotwire: HTML over the Wire

#8
post #4

What's old is new again. I recall ASP.NET had some interesting tech around this in the 2000s where it could dynamically update parts of the page. If I recall correctly, this made use of that new technology of the time called "XMLHttpRequest" (/s) which pretty much jump-started web 2.0.

good ol' ASP.NET 2.0

Re: Hotwire: HTML over the Wire

#9
post #3

I won't say this is a step backwards in terms of progress but it is a step back to the way things used to be done in the early days of Ajax - albeit with a slightly more modern approach. It is appropriate for some applications and not for others. That's just my view.

I'm not really a web dev, though I've built a couple small (mostly static) sites.

Could you expand a bit on what makes it appropriate or not for different applications?

Post reply on HN