Spotlight: Advanced JS

2013-12-07 00:00:00 2013-12-08 00:00:00 America/Toronto Spotlight: Advanced JS Next up in our Spotlight event series, we bring you a day dedicated to Advanced JavaScript. We’re lining up professional developers to target the key information, skills and tools you need to push your coding abilities to the next level. What will be covered? AngularJS… Toronto FITC Toronto

Presentation


Overview

Mozilla’s asm.js technology has shown that JavaScript can approach the speed of native code for computationally-intensive tasks. However, many assume that the entire web application needs to be written in C/C++ and compiled to asm.js to achieve these speedups. The same speed boosts can be applied to the processing portions of regular JavaScript applications. This talk will explore how to take advantage of existing open-source libraries for performing tasks like image processing, physics simulation, and speech recognition efficiently as part of a regular JavaScript application — blending standard JS frameworks like jQuery with open source C++ libraries like Box2D physics to turbocharge the performance of web apps.