• Home
  • Categories
  • Pricing
  • Submit
    Built with
    Ever Works
    Ever Works

    Connect with us

    Stay Updated

    Get the latest updates and exclusive content delivered to your inbox.

    Product

    • Categories
    • Pricing
    • Help

    Clients

    • Sign In
    • Register
    • Forgot password?

    Company

    • About Us
    • Admin
    • Sitemap

    Resources

    • Blog
    • Submit
    • API Documentation
    All product names, logos, and brands are the property of their respective owners. All company, product, and service names used in this repository, related repositories, and associated websites are for identification purposes only. The use of these names, logos, and brands does not imply endorsement, affiliation, or sponsorship. This directory may include content generated by artificial intelligence.
    Copyright © 2025 Ever. All rights reserved.·Terms of Service·Privacy Policy·Cookies
    Decorative pattern
    Decorative pattern
    1. Home
    2. Themed Directories
    3. Awesome Browserify

    Awesome Browserify

    An awesome list of resources, plugins, and tools for Browserify, the JavaScript module bundler.

    Surveys

    Loading more......

    Information

    Websitegithub.com
    PublishedDec 25, 2025

    Categories

    1 Item
    Themed Directories

    Tags

    3 Items
    #awesome-lists#web-development#javascript

    Similar Products

    6 result(s)

    Awesome choo

    An awesome list of resources, examples, and tools for choo, a small front-end framework for building web applications.

    Awesome Ember

    An awesome list of Ember.js libraries, addons, and resources for building web applications.

    Awesome Frontend

    An "awesome" style curated list of frontend libraries, tools, and learning resources covering modern web UI development.

    Awesome Gulp

    An awesome list of plugins, tools, and resources for Gulp, the JavaScript task runner.

    Awesome HTML5

    A curated awesome list of HTML5 resources, including tutorials, tools, and reference material for modern web development.

    Awesome Inertia.js

    A curated list of resources, libraries, and examples for Inertia.js, a framework for building single-page apps without writing a separate API.


    title: Awesome Browserify slug: awesome-browserify brand: Browserify category: Themed Directories logo: https://browserify.org/images/browserify.png source_url: https://github.com/browserify/awesome-browserify#readme tags:

    • awesome-lists
    • web-development
    • javascript images:
    • https://browserify.org/images/browserify.png featured: false

    Overview

    Awesome Browserify is a curated, community-maintained list of resources, libraries, and tools for Browserify, the JavaScript module bundler that brings Node-style require() to the browser.

    Browserify analyzes all require() calls in your application and bundles the dependency graph into a single file that can be included in the browser via one <script> tag.

    Features

    Focus and Scope

    • Dedicated solely to the Browserify ecosystem.
    • Curates "awesome" quality resources, libraries, and tools.
    • Covers both official and community-maintained materials.

    Browserify Concept Coverage

    • Explains how to use Node-style require() in browser code.
    • Describes bundling of npm-installed modules for browser usage.
    • Notes that Browserify recursively analyzes require() calls to build a dependency bundle.
    • Targets delivery of bundles via a single <script> tag for the browser.

    Content Categories

    The list is organized into multiple sections to make discovery easier:

    • Official Resources
      Pointers to official Browserify documentation and authoritative materials.

    • Community Resources
      Community-driven guides, tools, and references around Browserify.

    • Tutorials
      Step-by-step learning materials and how-tos for getting started and using Browserify effectively.

    • Articles
      Deeper dives, blog posts, and written explanations of patterns, techniques, and use cases.

    • Demos
      Example projects or live demonstrations showing Browserify in action.

    • Videos
      Screencasts, talks, and other video content related to Browserify usage and concepts.

    • Tools
      A broad toolkit ecosystem around Browserify, including:

      • Development Servers – Tools to run and reload Browserify-based apps during development.
      • Plugins – Extensions that add or change core Browserify behavior.
      • Watchers – Utilities that monitor source files and trigger automatic bundling.
      • CSS Bundlers – Tools for bundling CSS assets alongside JavaScript when using Browserify.
      • Transforms – Modules that process files as they are required and bundled, potentially using file APIs such as fs.readFileSync() or fs.readFile().
      • Node in the Browser – References and tools that provide or polyfill Node core features in browser bundles (e.g., crypto, stream, buffer).
      • Production Tools – Utilities oriented toward optimizing, minifying, and preparing Browserify bundles for production use.

    Community & Governance

    • Open to contributions via a documented contributing guide.
    • Includes a code of conduct for community participation.

    Licensing

    • Content (excluding the Browserify logo) is released under CC0 1.0 (public domain dedication).
    • The Browserify logo is attributed to substack.

    Pricing

    • Not applicable. Awesome Browserify is an open, public, CC0-licensed curated list (no pricing or plans).