Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
Browserify lets you require('modules') in the browser by bundling up all of your dependencies. | PhantomJS is a headless WebKit scriptable with JavaScript. It is used by hundreds of developers and dozens of organizations for web-related development workflow. |
Use a node-style require() to organize your browser code and load modules installed by npm.;browserify will recursively analyze all the require() calls in your app in order to build a bundle you can serve up to the browser in a single script tag. | Multiplatform, available on major operating systems: Windows, Mac OS X, Linux, and other Unices;
Fast and native implementation of web standards: DOM, CSS, JavaScript, Canvas, and SVG. No emulation;
Pure headless (no X11) on Linux, ideal for continuous integration systems. Also runs on Amazon EC2, Heroku, and Iron.io;
Easy to install: Download, unpack, and start having fun in just 5 minutes |
Statistics | |
GitHub Stars - | GitHub Stars 29.5K |
GitHub Forks - | GitHub Forks 5.7K |
Stacks 2.2K | Stacks 1.7K |
Followers 414 | Followers 430 |
Votes 261 | Votes 18 |
Pros & Cons | |
Pros
| Pros
|
Integrations | |
| No integrations available | |

npm is the command-line interface to the npm ecosystem. It is battle-tested, surprisingly flexible, and used by hundreds of thousands of JavaScript developers every day.

RequireJS loads plain JavaScript files as well as more defined modules. It is optimized for in-browser use, including in a Web Worker, but it can be used in other JavaScript environments, like Rhino and Node. It implements the Asynchronous Module API. Using a modular script loader like RequireJS will improve the speed and quality of your code.

Yarn caches every package it downloads so it never needs to again. It also parallelizes operations to maximize resource utilization so install times are faster than ever.

It is a Node library to automate the Chromium, WebKit and Firefox browsers with a single API. It enables cross-browser web automation that is ever-green, capable, reliable and fast.

Puppeteer is a Node library which provides a high-level API to control headless Chrome over the DevTools Protocol. It can also be configured to use full (non-headless) Chrome.

Component's philosophy is the UNIX philosophy of the web - to create a platform for small, reusable components that consist of JS, CSS, HTML, images, fonts, etc. With its well-defined specs, using Component means not worrying about most frontend problems such as package management, publishing components to a registry, or creating a custom build process for every single app.

A simple, zero-config-required local private npm registry. Comes out of the box with its own tiny database, and the ability to proxy other registries (eg. npmjs.org), caching the downloaded modules along the way.

Headless Browser Cloud for Developers. Connect your Puppeteer and Playwright scripts to our Cloud. Automated Browser Testing with Puppeteer and Playwright in the Cloud.

It is the package installer for Python. You can use pip to install packages from the Python Package Index and other indexes.

It is a pure-JavaScript implementation of many web standards, notably the WHATWG DOM and HTML Standards, for use with Node.js. In general, the goal of the project is to emulate enough of a subset of a web browser to be useful for testing and scraping real-world web applications.