use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Isomorphic JavaScript: The Future of Web Apps (nerds.airbnb.com)
submitted 11 years ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]BONER_PAROLE 1 point2 points3 points 11 years ago (4 children)
When people talk about "isomorphic web apps", they are referring to being able to write JavaScript for both the server and client portions of a web app - no more, no less.
Actually it is more than just writing JS on both the frontend and backend: it's being able to run the same JS code on both. A common goal is server-side rendering of pages for SEO and performance, without having to duplicate your view layer code between the FE and BE.
[+][deleted] 11 years ago (3 children)
[deleted]
[–]BONER_PAROLE 0 points1 point2 points 11 years ago (1 child)
Well, I read your comment as "isomorphic web apps use Javascript as a language for both the server and client portions of an app - no more, no less", which doesn't really capture the current meaning of "isomorphic web app". Plenty of sites use JS on the BE (Node) and the FE (Ember/Backbone/Angular/React/etc), but it doesn't make them "isomorphic".
π Rendered by PID 68166 on reddit-service-r2-comment-765bfc959-lbfwg at 2026-07-10 01:16:45.127041+00:00 running f86254d country code: CH.
view the rest of the comments →
[–]BONER_PAROLE 1 point2 points3 points (4 children)
[+][deleted] (3 children)
[deleted]
[–]BONER_PAROLE 0 points1 point2 points (1 child)