November 22, 2013Using Browserify with npm modulesRecently I covered Browserify in another post, but did not go into much detail. I discussed how to use Browserify with your own modules, but what I didn't discuss was how Browserify can work with modules that have been published to npm too. In short: you can use Node modules on the client side. In this tutorial, using a Backbone app as the example,