Apr 23, 2019
Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
Our library provides trusted virtual machines for every major development stack and open source server application, ready to run in your infrastructure. | 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. |
BitNami Cloud Hosting lets you instantly run every BitNami package you already know and love and have it automatically configured, backed up and monitored.;Launch applications to the cloud with one click.;Choose from 50 popular open source applications, including SugarCRM, Alfresco, Drupal, WordPress, Redmine, JasperServer, Joomla! and many more.;By launching a server without adding any applications to it, you get a ready-to-run development environment that includes Apache, MySQL, Perl, PHP, Ruby, Python, Django, Memcached, Nginx, Subversion, Git, Sqlite, Tomcat and Java.;Run multiple applications on one server and save money by sharing the resources of a larger machine between applications.;Manage multiple Amazon Web Services accounts from one dashboard.;BitNami Cloud Hosting is powered by Amazon, the global leader in Cloud Computing.;Use BitNami Cloud Hosting to schedule weekly, daily or even hourly automatic backups. Backups are complete, incremental snapshots of your server.;Restore a complete, ready-to-run copy of your server, with all of your data and customizations, in one click.;Server scheduling enables you to specify times for your servers to automatically turn on and off. | - |
Statistics | |
GitHub Stars - | GitHub Stars 17.6K |
GitHub Forks - | GitHub Forks 3.0K |
Stacks 139 | Stacks 137.4K |
Followers 221 | Followers 82.2K |
Votes 6 | Votes 1.6K |
Pros & Cons | |
Pros
| Pros
Cons
|
Integrations | |
| No integrations available | |

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.

Browserify lets you require('modules') in the browser by bundling up all of your dependencies.

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.

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.

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

Duo is a next-generation package manager that blends the best ideas from Component, Browserify and Go to make organizing and writing front-end code quick and painless.

It is a new kind of package registry for the modern web. It handles formatting, configuring, building and publishing every package on the registry, so that individual authors don't have to.

It provides a consistent environment for Ruby projects by tracking and installing the exact gems and versions that are needed. It is an exit from dependency hell, and ensures that the gems you need are present in development, staging, and production.

Browsers don't have the require method defined, but Node.js does. With Browserify you can write code that uses require in the same way that you would use it in Node.