Description
Meteor is an ultra-simple environment for building modern web
applications.
With Meteor you write apps:
meteor alternatives and similar libraries
Based on the "MVC Frameworks and Libraries" category.
Alternatively, view Meteor JS alternatives based on common mentions on social networks and blogs.
-
react
A library for building user interfaces. It's declarative, efficient, and extremely flexible. Works with a Virtual DOM. -
svelte
Svelte is a new way to build web applications. It's a compiler that takes your declarative components and converts them into efficient JavaScript that surgically updates the DOM. -
Alpine.js
offers you the reactive and declarative nature of big frameworks like Vue or React at a much lower cost. -
marionette
A composite application library for Backbone.js that aims to simplify the construction of large scale JavaScript applications. -
derby
MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers. -
donejs
DoneJS is an open source JavaScript framework that makes it easy to build high performance, real-time web and mobile applications. -
finity
A finite state machine library for Node.js and the browser with a friendly configuration DSL.
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of meteor or a related project?
Popular Comparisons
README
Meteor is an ultra-simple environment for building modern web applications.
With Meteor you write apps:
- in modern JavaScript
- that send data over the wire, rather than HTML
- using your choice of popular open-source libraries
Try a getting started tutorial:
Next, read the guide and the documentation.
Quick Start
On Windows, the installer can be found at https://www.meteor.com/install.
On Linux/macOS, use this line:
curl https://install.meteor.com/ | sh
Create a project:
meteor create try-meteor
Run it:
cd try-meteor
meteor
Developer Resources
Building an application with Meteor?
- Deploy on Galaxy hosting: https://www.meteor.com/hosting
- Announcement list: sign up at https://www.meteor.com/
- Discussion forums: https://forums.meteor.com/
- Join the Meteor community Slack by clicking this invite link.
Interested in helping or contributing to Meteor? These resources will help:
- [Core development guide](DEVELOPMENT.md)
- [Contribution guidelines](CONTRIBUTING.md)
- Feature requests
- Issue tracker
Uninstalling Meteor
Aside from a short launcher shell script, Meteor installs itself inside your home directory. To uninstall Meteor, run:
rm -rf ~/.meteor/
sudo rm /usr/local/bin/meteor
On Windows, just run the uninstaller from your Control Panel.