Commanding Chaos for Coworking, Open Source and Creative Communities

What is an isomorphic application? | Lullabot

Mon, 07/06/2015 - 21:31 -- rprice

I have fallen in love with this kind of architecture. In the past, we would use AJAX and a bit of server-side code to make certain interactions with the page dynamic, but this always involved duplicating logic across both PHP and JavaScript. The most common example of this is a pager, where a direct request to ?page=2 is processed differently than a click on a pager link that takes you to page 2.