|
|
|
|
|
by madeofpalk
3663 days ago
|
|
_Technically_, it would be more accurate to say that your client is isomorphic to your server. In that regard, the term 'isomorphic javascript' doesn't really make sense as there's nothing to compare it to. However, everyone knows what you're talking about when you say 'isomorphic javascript', so the pedantry doesn't really matter. |
|
At it’s core Isomorphic JavaScript describes the relationship between the application that runs on the server and the one it serves to the client to run.
It's perfectly correct - because it's not describing the code it's describing the application(s) and the approach they take.