How HTTP 2 will Affect JavaScript Applications - Lately in JavaScript podcast episode 63
By Manuel Lemos
Many applications Web applications bundle many files packed in a single file to make the delivery of those files require less connections. That is the case of CSS sprites or even combined JavaScript files.
However HTTP 2 makes that practice obsolete because it already multiplexes requests, so they only take a single connection to the server.
That was one of the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 63 of the Lately in JavaScript podcast.
They also talked about how ParallelJS library simples creating applications using worker threads, the present and future of jQuery after the 10th anniversary, creting WebGL games based on Unity and JavaScript, what is isomorphic JavaScript and its benefits, etc..
Listen to the podcast now, or watch the hangout video to learn more about these and other interesting JavaScript topics discussed in this podcast.