Brunch
:fork_and_knife: Web applications made easy. Since 2011. (by brunch)
browserify
browser-side require() the node.js way (by browserify)
Our great sponsors
Brunch | browserify | |
---|---|---|
2 | 18 | |
6,819 | 14,068 | |
0.1% | 0.2% | |
0.3 | 1.9 | |
about 2 months ago | about 2 months ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Brunch
Posts with mentions or reviews of Brunch.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-03-20.
-
🕵️Something new every now and then: Trying Brunch🍴
Alright! So, I head over to the Github repository to see if that thing is still active. Last commit on Feb 18th 2021. Sounds maintained. Issue count? 143 at the time I'm writing this. Perhaps I'll run into some of those, but hey: Don't say no until you've tried it, right?
So, the website looks promising:
browserify
Posts with mentions or reviews of browserify.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-03.
-
How to build a serverless notification system on AWS
This demo runs in a static site hosted on Amazon S3. As I’ve used a Node.js module to connect with IoT, the index.html file adds a bundle.js that was processed with Browserify. I’ll explain how it was done in the following sections.
-
JavaScript Module Ecosystem
If you've done web development for any amount of time, there's a good chance you've had to work with tools like Webpack, Rollup, Browserify and other front-end tooling systems. But do you know why we started using them in the first place, and why they are still part of our everyday workflow?
-
Import Node packages in React and React Native.
Browserify
-
State of the Web: Bundlers & Build Tools
For a large part of the web, bundlers did not exist. To include scripts, most people just linked to the library on a CDN like CDNJS or Google Hosted Libraries. This would begin to change in 2009 when Node.js was released. Instead of using CDNs, Node.js came with its package manager, npm. npm was easy to use because every library was just one npm install away, and updating was effortless. Because of the ease of use, many people wanted to use npm on the web. However, this was impossible until Browserify came along.
-
[AskJS] - Deep differences between AMD and CJS?
CommonJS(CJS) specification, released in 2009, is a JavaScript module format that uses module.exports/require and loads modules synchronously. NodeJS and Browserify are the dominant implementation of the CommonJS format.
-
Appwrite for Web
Use NPM (node package manager) from your command line to add Appwrite SDK to your project. If you're using a bundler (like Browserify or webpack), you can import the Appwrite module when you need it:
-
Hat.sh V2 release - simple, fast, secure client-side file encryption.
React.js/ Next.js / Material-UI / Browserify (bundle packaging) / Serve (static site serving) / React-Dropzone (file drag drop) / React-Idle-Timer / zxcvbn.js (Password strength estimation)
-
What's the relation between Node modules and browser scripts?
Another way to put it - I've read about broswerify. In theory, what happens behind the scenes, is that it simply adds all the .js files in the Node module into one .js file? Any explanation / specific resource will be appreciates
- Хакатон Nervos - Broaden the Spectrum. Трансформация.
-
Where can I run a dapp that actually uses the Cardano testnet?
The Yoroi browser extension is also made with React. I don't know if Browserify would be able to import the libraries the app and extension use to make the code run on the client side, but if that's possible, then at least users wouldn't have to send their passphrase anywhere.
What are some alternatives?
When comparing Brunch and browserify you can also consider the following projects:
vite - Next generation frontend tooling. It's fast!
Rollup - Next-generation ES module bundler
webpack - A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
RequireJS - A file and module loader for JavaScript
parcel - The zero configuration build tool for the web. 📦🚀
esbuild - An extremely fast JavaScript and CSS bundler and minifier
HeadJS - The only script in your HEAD.
demo-fastify-esm
gulp - A toolkit to automate & enhance your workflow