Meteor is a modular platform for developing client/server applications in pure JavaScript.

learn more… | top users | synonyms

0
votes
0answers
3 views

Meteor with leaflet killing my browser

I'm trying to build a reactive map with Meteor and leaflet to show some site visitors. Everything works fine up to a point (about 30 mins of leaving the browser open) when the map stop being so ...
1
vote
0answers
10 views

Meteor template.created called, but template.rendered not called. Why?

In my test meteor app, I am using the following stack: Meteor, Router, Meteor-Isotope, Bootstrap. I am having some problems with the Isotope grid layout getting messed up after reloading the Template ...
0
votes
0answers
17 views

change event on <select> Meteor.js

Hi I know that meteor supports events and I have seen it in action on checkboxes, but I just wanted someone to be able clarify if we can hook change events in meteor on select dropdowns as like the ...
0
votes
1answer
22 views

Background workers and REST services in Meteor

I have a meteor app and would like to add two features to it. The first is to schedule background tasks, sort of like cron jobs, on the server. The second is to add an HTTP endpoint to act as a ...
0
votes
0answers
26 views

Deploying Meteor to Heroku with Git

I was following the instructions found here, and I got through the first 8 steps no problem, but this one I don't understand: Add the Heroku Git repository as another remote to your git repository ...
1
vote
1answer
30 views

How to render a static page with predefined data in Meteor

I want to render simple static page with a data which is get from a remote api. For example I want to render a page with weather cast which I get from an external service. But it's doesn't work. ...
1
vote
0answers
17 views

Meteor Sparks memory management leaking?

i just made some simple teste where i have a template and render a thousand items from a cursor in an {{#each}} block. Then i remove all documents from that cursor and fill it again, and so on. When ...
1
vote
0answers
25 views

How to use filesystem's createReadStream with Meteor router(NodeJS)

I need to allow the user of my app to download a file with Meteor. Currently what I do is when the user requests to download a file I enter into a "fileRequests" collection in Mongo a document with ...
2
votes
0answers
28 views

Meteor server-side memory usage for thousands of concurrent users

Based on this answer, it looks like the meteor server keeps an in-memory copy of the cache for each connected client. My understanding is that it gets used in order to avoid sending multiple copies of ...
0
votes
0answers
14 views

How can i clean a local Collection in Meteor

I just wrote a small script for that See: https://gist.github.com/frozeman/5767649 Use it like this: OfflineCollections.clean('whatever');
0
votes
1answer
18 views

How much data is loaded onto the client after a Meteor.subscribe?

Inside of Meteor.publish's callback function we return cursors. So does it mean that when we do a subscribe on the client, only a minimum amount of data is transferred to the client? It's only when ...
1
vote
2answers
28 views

Meteor Npm-module client-side?

Is it possible to use Npm-Modules on client-side? More specifically: I want to use node.js built-in crypto-module for encrypting a password the user enters and then send the encrypted password with ...
0
votes
1answer
25 views

Dynamically insert template into table row

I have a table with data coming from a collection. When user clicks on a row I want to replace the content of the row with a form to edit the content. What would be the meteor way to do it without ...
0
votes
0answers
44 views

Meteor.js Application is not supporting for IE 9

We are developing an application using node.js and meteor.js, this application is working fine in Firefox, Chrome and IE-10 browser; but when we try to browse this application in IE-9, application is ...
0
votes
0answers
21 views

meteorjs: laika client and server test timout

I'm trying out laika test framework for meteor. The second example from the homepage uses observe() and I think it is not observing correctly. suite('Posts', function() { test('using both client ...

1 2 3 4 5 126
15 30 50 per page