Embed presentation
Download to read offline






















The document discusses designing modules for both the browser and Node.js using Browserify. It explains that Browserify allows using the same module loading system, package manager, and code style for both environments. It provides an example of a VoIP calling module that requires both browser and server components. The document recommends exposing a browser entry point, defining custom shims, and using source transforms when designing modules to work with Browserify. It also provides resources for more information on Browserify configuration and transforms.




















