Most voted "meteors" questions
Use this tag when the question refers to some resource, information or problem related exclusively to the Meteorjs language not making confusion with Nodejs, as this was written using Nodejs.
Learn more…15 questions
Sort by count of
-
5
votes2
answers184
viewsError while trying to run the project in Meteor
Being brief, I’m not getting to run my app on Meteor. I create the project normally Content create nameProjet but when it’s time to roll (command "media") he does not present http://localhost:3000…
-
2
votes2
answers1366
viewsimage upload with media content
How do I upload an image to meteor? I followed this tutorial here but it didn’t work very well. The image is apparently saved, because I checked on Collection and there is a record there, but I…
-
1
votes2
answers662
viewsHow to load external scripts
I’m adapting a theme (Bootstrap) with Meteorjs but the theme has more than 15 plugins (jQuery), I can’t just put them in the folder /client and carry them all at once, tried some things (some in…
-
1
votes0
answers43
viewsHow to install and configure Markdown in Meteor together with React?
I’m learning React along with Meteor, so I saw in the official React documentation the use of Markdown is a good practice against XSS. I downloaded it in the media with "Meteor add markdown" but…
-
1
votes0
answers143
viewsIs Meteor.js a good framework for agile development?
I wonder if the Meteor.js is a good framework for web development. Lately I’m doing some research and I can’t find many sources of recent material. I haven’t seen strength in the Brazilian…
-
1
votes1
answer3758
viewsHow to play sound in javascript?
Good, I am developing a chat, I would like to know how to add a simple sound when I receive a notification. I am using Meteor.
-
1
votes1
answer38
viewsSoma using Meteorjs
I’m developing a Tasklist to understand how MeteorJS works. In the application the user can enter the task name, how many hours he will spend on it and when he will perform it.The system returns a…
-
1
votes1
answer65
viewsWhen the timer ends
Good morning, I have a question I’ve been working on for some time. I have a countdown timer, when the timer reaches 0, I want some invisible buttons to be visible. I’m using Meteor JS with the…
-
0
votes0
answers63
viewsMeteor error on the client side, does anyone know what this is?
The Connection to Ws://localhost:3000/sockjs/622/u2zaukpp/websocket was Interrupted while the page was loading. The error message says that the sockjs 'websocket' was interrupted while the page…
-
0
votes1
answer1109
viewsString for HTML
Good afternoon, I’m not sure if that’s the most appropriate title... I’m using Meteor and mongodb. I have 2 input, one where I type the name of the site and the other I type the site…
-
0
votes1
answer69
viewsHas Meteor syntax changed from version 0.8 to version 1.0?
Among the many changes in the Meteor Framework from version 0.8 to version 1.0, I know that it no longer uses Meteorite, and that the template engine has changed from Handlebars to Blaze. But the…
-
0
votes1
answer18
viewsMeteorjs 1.4 error adding platform in windows 10
I’m having an error trying to add the android platform and trying to install the android sdk in my app. I am trying to: install-sdk android media add-in add-Platform android Version of my Meteorjs…
meteorsasked 7 years, 10 months ago Leandro Bellizzi 107 -
0
votes1
answer122
viewsProblems with the new version of Meteor because of Mongodb
I just installed the new version of Content 1.4 and am following the tutorial of Alura. Everything was OK on the host:3000 installation and startup, and the Media information appeared. But as soon…
-
0
votes1
answer14
viewsReactive Doubt in Meteorjs
Oops, here’s the thing, I’d like to know how do I start typing, something in the input, automatically update a helper to be shown in the template. I tried it this way, only it’s not changing in real…
-
0
votes1
answer72
viewsMongo Collections with the same name in different databases
I am making a prototype in Meteor that will need to connect to multiple databases and need to export to each of the databases a same Nucleon and I am not able to do the Publish of the Nucleons with…