Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The main issue is that people expect the modern web to behave more like an application, which generally requires client side code. JS is not the only thing to blame, as some CSS can cause the graphics card to switch from 2D to 3D, causing a vast increase in power consumption.

It would be much better of there was a good way to have the server issue partial updates of the DOM in response to user action without needing JS glue to make it happen.

Web developers can do this now if they don't need to easily react to user input. They can use HTTP multipart messages and slowly stream in HTML as needed. This is also fairly buggy in current browsers as websites stopped using it ever since XMLHttpRequest came out.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: