Answer the question
In order to leave comments, you need to log in
Should I mess with Meteor.Js?
Good afternoon,
In general, I'm not really a developer, but I had a question about the stack for a future project. It is proposed to use Meteor, but several questions have arisen:
1. At the moment, this framework only officially supports NodeJs version 0.10 . LTS support. I really would not want to use obviously obsolete in the new project. Do you think it's worth messing with a meteor?
2. Why the following happens:
Create an example in Meteora:
meteor create --example simple-todos
meteor build .
Answer the question
In order to leave comments, you need to log in
after that we throw it on the server and try to run it through node (before that, npm install and all sorts of MONGO_URLs)
and so, if I just run node main.js, then nothing happens, but if I run it through forever, for example, it starts up normally. What am I missing?
1. At the moment this framework only officially supports NodeJs version 0.10.40 and according to this discussion https://github.com/meteor/meteor/issues/5124 it is not even known when LTS support will be. I really would not want to use obviously obsolete in the new project. Do you think it's worth messing with a meteor?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question