Live data from Hacker News

Isomorphic JavaScript: The Future of Web Apps

nerds.airbnb.com

1–10 of 123 posts

Re: Isomorphic JavaScript: The Future of Web Apps

#4
We do this sort of thing on the site I work on, Google+. Initial page-loads are rendered on the server, subsequent page-loads are rendered on the client. Really good for performance. It's just the templating system that's common code, though, the server is still Java.

Re: Isomorphic JavaScript: The Future of Web Apps

#8
post #3

why the use of the word Isomorphic in that context ?

I think the word denotes mapping of client side data to the server side data. In frameworks like Meteor, if there some addition or deletion of data on the server side, browser notices the changes and updates the page accordingly. In frameworks like Rails or Django, changes of data on server side doesn't update the client side page (unless you customize the app with ajax)

Re: Isomorphic JavaScript: The Future of Web Apps

#9
You keep using that word. I do not think it means what you think it means.

Using precisely defined mathematical words in contexts where they only make sense vaguely to a layperson ruins their original usage. Make up a new word. Repurpose a shitty English word. But leave our damn maths words alone.

Old man quarterto shakes his fist at you! Get off my smooth, compact lawn!

Post reply on HN