Thursday, April 09, 2015

Isomorphic JavaScript

Isomorphic JavaScript: Applications which run both client-side and server-side.
"JavaScript applications which run both client-side and server-side.
Isomorphic from the Greek "isos" for "equal" and "morph" for "shape".
Isomorphism describes that if you look at the same entity in two different contexts, you should get the same thing. Here the contexts are server and client. Although the term has been mostly used in mathematics until now, it's an apt term to describe a web programing pattern where the code is shared by the front-end and back-end."

podcast: Herding Code 203: Rob Eisenberg on Aurelia (that is not Isomorphic)

No comments: