Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
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. | It is a TypeScript-based open-source web application framework. It is a development platform for building mobile and desktop web applications. |
Pure JavaScript;Live page updates;Clean, powerful data synchronization;Latency compensation;Hot Code Pushes;Sensitive code runs in a privileged environment;Fully self-contained application bundles; Interoperability;Smart Packages | Progressive Web Apps;
Native;
Code Generation;
Code Splitting
|
Statistics | |
GitHub Stars 44.8K | GitHub Stars 99.2K |
GitHub Forks 5.3K | GitHub Forks 26.7K |
Stacks 1.9K | Stacks 3.8K |
Followers 1.8K | Followers 4.8K |
Votes 1.7K | Votes 499 |
Pros & Cons | |
Pros
Cons
| Pros
Cons
|
Integrations | |

AngularJS lets you write client-side web applications as if you had a smarter browser. It lets you use good old HTML (or HAML, Jade and friends!) as your template language and lets you extend HTML’s syntax to express your application’s components clearly and succinctly. It automatically synchronizes data from your UI (view) with your JavaScript objects (model) through 2-way data binding.

It is a library for building interactive web interfaces. It provides data-reactive components with a simple and flexible API.

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 JavaScript framework that does all of the heavy lifting that you'd normally have to do by hand. There are tasks that are common to every web app; It does those things for you, so you can focus on building killer features and UI.

Backbone supplies structure to JavaScript-heavy applications by providing models key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface.

Aurelia is a next generation JavaScript client framework that leverages simple conventions to empower your creativity.

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.

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.

Mithril is around 12kb gzipped thanks to its small, focused, API. It provides a templating engine with a virtual DOM diff implementation for performant rendering, utilities for high-level modelling via functional composition, as well as support for routing and componentization.

It is a JavaScript library with a RESTful JSON interface and is based on the Model–view–presenter application design paradigm. Backbone is known for being lightweight, as its only hard dependency is on one JavaScript library, Underscore.js, plus jQuery for use of the full library.