Isomorphic JavaScript Applications — the Future of the Web?
Write once, run everywhere . But does this motto apply to Java only? Can we use it to describe JavaScript too? The answer is Yes. In this article, I’ll introduce you to the concept of isomorphic JavaScript applications, describing what they are and pointing to resources that help you develop this kind of application. How We Arrived Here Many years ago, the web was a bunch of static pages made with HTML and CSS without much interactivity. Each user action required the server to create and serve a complete page. Thanks to JavaScript, developers started to create nice effects, but it was with the advent of Ajax that a revolution started. Web developers began to write code that could communicate with the server to send and receive data without the need to reload the page. As the years have passed, the responsibilities of the client-side code have grown a lot, resulting in a new type of application known as the single-page application (SPA). In an SPA,Read full article from Isomorphic JavaScript Applications — the Future of the Web?
No comments:
Post a Comment