Top "Meteor" questions

Meteor is a modular platform for developing web and mobile applications in JavaScript based on the NodeJS platform.

What are the key differences between Meteor, Ember.js and Backbone.js?

Learning Ember.js / Backbone.js has been on my to-do list for a while. Now that Meteor is out, I …

javascript backbone.js knockout.js ember.js meteor
Argument of type 'Date' is not assignable to parameter of type 'string'

I am working on Angular2-Meteor project and I am getting this Argument of type 'Date' is not assignable to …

angular meteor angular2-meteor
How to deploy a meteor application to my own server?

How to deploy a meteor application to my own server? flavour 1: the development and deployment server are the same; flavour 2: …

deployment hosting meteor
When should you use render and shallow in Enzyme / React tests?

prior to posting this question, I tried to search in sqa stackexchange but I found no post about shallow and …

testing meteor reactjs chai enzyme
Sails.js vs Meteor - What are the advantages of both?

I've been reading a lot on Nodejs and its frameworks and recently finished my first full javascript frontend (using Angularjs). …

javascript node.js model-view-controller meteor sails.js
How to connect mongodb clients to local Meteor MongoDB

How can I connect Robomongo (or any other mongodb client) to the mongodb instance that is created by my local …

mongodb meteor
file is being assigned a //# sourceMappingURL but already has one

I just notice Firefox console outputs the following error for every single .js/.coffee file in my project (even the …

javascript firefox meteor source-maps
What are the best practices for structuring a large Meteor app with many HTML template files?

In all the examples (leaderboard, wordplay, etc.) they have one single HTML template file. Is there some large open source …

meteor
Is there a way to pass variables into templates in Meteor?

I've been experimenting with Meteor and ran into something I couldn't figure out. For fun, I was trying to make …

javascript templates meteor
How do you check which version of Meteor you are running?

I am having a similar problem as described here: meteor > error: no such package: 'accounts-urls' To fix this issue …

meteor meteorite