September 2011
1 post
4 tags
So, you want to use require() in the browser...
You’ve written a bunch of JavaScript or CoffeeScript running on Node, which has helped you organize your code into modules, develop a test suite in any of numerous styles, experiment in a decent REPL, and take advantage of useful libraries. Now you want to deploy that code to the final frontier—the web browser. You have a couple options. A couple dozen, actually. Here are just the...
Sep 26th
40 notes