Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
It exclusively uses dynamic frameworks instead of static libraries. It's a ruthlessly simple dependency manager for macOS and iOS, created by a group of developers from Github. | It is an experimental JavaScript toolchain. It includes a compiler, linter, formatter, bundler, testing framework and more. It aims to be a comprehensive tool for anything related to the processing of JavaScript source code. |
| - | Open Source;
Compiler; Linter; Formatter; Bundler; Testing framework |
Statistics | |
GitHub Stars 15.3K | GitHub Stars 23.6K |
GitHub Forks 1.5K | GitHub Forks 650 |
Stacks 49 | Stacks 26 |
Followers 26 | Followers 12 |
Votes 0 | Votes 0 |
Integrations | |
| No integrations available | |

A Meteor application is a mix of JavaScript that runs inside a client web browser, JavaScript that runs on the Meteor server inside a Node.js container, and all the supporting HTML fragments, CSS rules, and static assets.

Build system automating tasks: minification and copying of all JavaScript files, static images. More capable of watching files to automatically rerun the task when a file changes.

Bower is a package manager for the web. It offers a generic, unopinionated solution to the problem of front-end package management, while exposing the package dependency model via an API that can be consumed by a more opinionated build stack. There are no system wide dependencies, no dependencies are shared between different apps, and the dependency tree is flat.
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows to load parts for the application on demand. Through "loaders" modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

The less work you have to do when performing repetitive tasks like minification, compilation, unit testing, linting, etc, the easier your job becomes. After you've configured it, a task runner can do most of that mundane work for you—and your team—with basically zero effort.

Babel will turn your ES6+ code into ES5 friendly code, so you can start using it right now without waiting for browser support.

Writing HTML apps is super easy with elm-lang/html. Not only does it render extremely fast, it also quietly guides you towards well-architected code.

A JavaScript library that provides a whole mess of useful functional programming helpers without extending any built-in objects.

Julia is a high-level, high-performance dynamic programming language for technical computing, with syntax that is familiar to users of other technical computing environments. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library.

It is a secure runtime for JavaScript and TypeScript built with V8, Rust, and Tokio.