All Projects → meteor → Meteor

meteor / Meteor

Licence: other
Meteor, the JavaScript App Platform

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
shell
77523 projects
java
68154 projects - #9 most used programming language
swift
15916 projects
powershell
5483 projects

Projects that are alternatives of or similar to Meteor

Meteor Partitioner
Transparently divide a single meteor app into several different instances shared between different groups of users.
Stars: ✭ 153 (-99.64%)
Mutual labels:  hacktoberfest, mongodb, meteor
Kepler
The open source full-stack geosocial network platform
Stars: ✭ 125 (-99.71%)
Mutual labels:  mongodb, framework, meteor
Reactiveui
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
Stars: ✭ 6,709 (-84.3%)
Mutual labels:  hacktoberfest, reactive-programming, framework
Cyclejs
A functional and reactive JavaScript framework for predictable code
Stars: ✭ 9,996 (-76.61%)
Mutual labels:  hacktoberfest, reactive-programming, framework
Meteor Publish Composite
Meteor.publishComposite provides a flexible way to publish a set of related documents from various collections using a reactive join
Stars: ✭ 546 (-98.72%)
Mutual labels:  hacktoberfest, mongodb, meteor
Meteor Collection Hooks
Meteor Collection Hooks
Stars: ✭ 641 (-98.5%)
Mutual labels:  hacktoberfest, mongodb, meteor
Meteor Collection2
A Meteor package that extends Mongo.Collection to provide support for specifying a schema and then validating against that schema when inserting and updating.
Stars: ✭ 1,020 (-97.61%)
Mutual labels:  hacktoberfest, mongodb, meteor
Neutronium
🚀 Build .NET desktop applications using HTML, CSS and javascript.
Stars: ✭ 1,190 (-97.22%)
Mutual labels:  reactive-programming, framework
Node Mongodb Fixtures
🍏 Setup and tear down test fixtures with MongoDB.
Stars: ✭ 83 (-99.81%)
Mutual labels:  hacktoberfest, mongodb
Spring Data Mongodb
Provide support to increase developer productivity in Java when using MongoDB. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
Stars: ✭ 1,253 (-97.07%)
Mutual labels:  mongodb, framework
Spring 5 Examples
This repository is contains spring-boot 2 / spring framework 5 project examples. Using reactive programming model / paradigm and Kotlin
Stars: ✭ 87 (-99.8%)
Mutual labels:  reactive-programming, mongodb
Mockingcase
node package that converts a string to mOcKiNgCaSe
Stars: ✭ 74 (-99.83%)
Mutual labels:  hacktoberfest, npm
Loadingshimmer
An easy way to add a shimmering effect to any view with just one line of code. It is useful as an unobtrusive loading indicator.
Stars: ✭ 1,180 (-97.24%)
Mutual labels:  hacktoberfest, framework
Core
🚀 The Node.js Framework highly focused on developer ergonomics, stability and confidence
Stars: ✭ 11,697 (-72.63%)
Mutual labels:  hacktoberfest, framework
Edxposedmanager
Companion Android application for EdXposed
Stars: ✭ 1,172 (-97.26%)
Mutual labels:  hacktoberfest, framework
Pastepwn
Python framework to scrape Pastebin pastes and analyze them
Stars: ✭ 87 (-99.8%)
Mutual labels:  hacktoberfest, framework
Rocket.jl
Functional reactive programming extensions library for Julia
Stars: ✭ 69 (-99.84%)
Mutual labels:  reactive-programming, framework
Dataengineeringproject
Example end to end data engineering project.
Stars: ✭ 82 (-99.81%)
Mutual labels:  hacktoberfest, mongodb
Scrapy
Scrapy, a fast high-level web crawling & scraping framework for Python.
Stars: ✭ 42,343 (-0.93%)
Mutual labels:  hacktoberfest, framework
Cloudcmd
✨☁️📁✨ Cloud Commander file manager for the web with console and editor.
Stars: ✭ 1,332 (-96.88%)
Mutual labels:  hacktoberfest, framework

Meteor

TravisCI Status CircleCI Status

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 documentation.

Are you looking for examples? Check this meteor/examples.

Check your changes to keep your app up-to-date.

Quick Start

On Linux/macOS/Windows, use this line:

npm install -g meteor

Visit the official install page to learn more.

Create a project:

meteor create my-app

Run it:

cd my-app
meteor

Developer Resources

Building an application with Meteor?

Interested in helping or contributing to Meteor? These resources will help:

To uninstall Meteor read here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].