Skip to content

browserify in the wild

Finn Pauls edited this page Aug 25, 2014 · 31 revisions

If you're using browserify in the wild, share your experiences here! A short "we use this" or a full writeup is fine.

Interactive cross-browser testing. All built with browserify.

We use browserify to bundle up all the browser tests that we create ci badges for like these:

coverify

Getable is a construction equipment rental management and procurement system. We use browserify (through atomify) to bundle up all of our app code for all of our apps.

SignForms.com is a fast and easy way to get documents signed digitally. We use browserify for all of the app's client-side code.

An in-browser code editor for making small shareable demos and applications using modules from NPM.

The opening titles for Web Directions South 2013. Browserify, glslify and other npm modules have been used in place of a framework such as three.js to render the 3D animation.

A game where you try to guess the colour of things that have a similar hue. It uses browserify to modularise the codebase and take advantage of great old-browser & mobile shims that already exist on npm.

pic

This fully functional interactive markdown editor also serves as a follow along tutorial on using browserify to easily build things like that.

YP, North America’s largest local search, media and advertising company. We use browserify to organize all our client-side codebase.

Concurix offers Node.js profiling and monitoring tools, the only tools that can analyze an entire Node.js application (including third party modules). We use browserify for all of our client code, via the excellent browserify-middleware express plugin.

Courseoff uses browserify for our website and mobile app development tooling! Using the same tools and modules across platforms has allowed us to iterate quicker and re-use work done on one platform for another.

At StudyNotes, we are building beautiful and simple learning tools to empower students to accelerate their learning – i.e. to learn more effectively, in a shorter time, and with better long-term recall.

Browserify makes writing code for the browser as fun and awesome as writing code for node.js! It's mad science!

Discovery and Settlement of the New World

Keybase offers a command line tool in Node.js for encrypting and decrypting PGP messages. The same code is also running on their website and allows users to do the encryption there.

Clone this wiki locally