This document discusses combining Symfony and JavaScript. It provides a brief history of client-server interactions and explains how JavaScript is now commonly used on the client side. It acknowledges challenges with JavaScript like asynchronous behavior but notes the large community and low barrier to entry. It advocates using Symfony to build APIs and leveraging JavaScript frameworks like Backbone for the front end. It also discusses rendering views with Twig.js and using server-side JavaScript for tasks like streaming data.