Misplaced Pages

Isomorphic JavaScript

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
JavaScript applications that run on both the client and server Not to be confused with Isomorphism.

Isomorphic JavaScript, also known as Universal JavaScript, describes JavaScript applications which run both on the client and the server.

Name

The naming of the term 'Isomorphic JavaScript' has been a matter of controversy. The term 'isomorphic' was first coined by Charlie Robbins from Nodejitsu, in one of the company's blog posts. Spike Brehm, a software engineer from Airbnb, wrote another blog post using the same term. However, others have proposed to use the term Universal JavaScript instead.

Frameworks

There have been several isomorphic JavaScript frameworks and libraries created, most notably Miso and Meteor (framework). Others include Next.js, Nuxt, Sveltekit, Rendr, Derby, Ezel and Catberry.

References

  1. ^ "Is "Isomorphic JavaScript" a good term?". 2ality. Archived from the original on 2017-06-21. Retrieved 2017-06-15.
  2. Inc., Nodejitsu. "Scaling Isomorphic Javascript Code | Nodejitsu Inc". blog.nodejitsu.com. Archived from the original on 2017-07-03. Retrieved 2017-06-15. {{cite web}}: |last= has generic name (help)
  3. AirbnbEng (2013-11-11). "Isomorphic JavaScript: The Future of Web Apps". Airbnb Engineering & Data Science. Archived from the original on 2017-06-17. Retrieved 2017-06-15.
  4. "Universal JavaScript". Michael Jackson. 2015-06-08. Archived from the original on 2017-06-21. Retrieved 2017-06-15.
  5. "Javascript Dates".
Category: