A
A
Alexander Davydov2013-05-30 12:18:05
JavaScript
Alexander Davydov, 2013-05-30 12:18:05

Meteor.js - who uses it in real projects?

Share your impressions: in what cases to use, real development speed, reliability.

Answer the question

In order to leave comments, you need to log in

7 answer(s)
P
pomeo, 2013-05-30
@pomeo

See also derbyjs.com . Meteor didn't know how to rest before and didn't use npm, has it changed?

A
Alexey Kuznetsov, 2013-12-27
@pirrat

I apologize for dug up a mammoth)
At the moment, in my opinion, meteor can be completely used for production.
Of course, it is better to wait for version 1.0, but I practically did not find any problems in the current one that could prevent this from being implemented.
And yes, npm already supports it, there is enough documentation, rest can be done through the package.
A bit of PR, just recently started implementing an open-source project on meteor, join
https://github.com/AristosGroup/kvazar

L
lightsgoout, 2013-05-30
@lightsgoout

I used it in a small project where it was necessary to put labels on a Google map in real time, the data was in mongo.
Killer feature: the data itself is forwarded to the front with a couple of lines of code.
Despite this, I’m not sure that I’ll ever return to Meteor: the documentation is rather poor, there are few examples, often you have to get into the source of the meteor to understand some things (for example, the file loading order).
I would not dare to do a big project on it.

A
Alexander Kurganov, 2014-09-24
@akurganow

We started a real project and development is going surprisingly fast, a working prototype on bootstrap took a total of 5 hours, along with setting up the environment, but this became possible only from version 0.9+ when children's sores completely disappeared.

S
Stanislav Kim, 2015-10-23
@cyberS7

The biggest problem with using Meteor was the lack of MySQL support. If you need a project with related tables in a database, then this framework is not for you.

V
Vyacheslav Slinko, 2013-05-30
@KeepYourMind

The main problem with meteor is the negation of npm.
For this reason, the use of many ready-made modules is very difficult, one might even say impossible.

V
Vadim Lopatyuk, 2015-01-10
@qnub

About NPM - docs.meteor.com/#/full/Npm-depends About
the question - https://pintask.me/ on meteor

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question