By Evan Hahn , author of Express in Action
Client-side projects can be problematic for many reasons but having no reliable module system is a big one. Browserify solves the module problem by letting you require modules exactly like you would in Node. In this article, we take a look at how Browserify works.

Using Browserify to require modules in the browser, just like in Node (PDF)