If the GPL doesn't work for your project, get in touch (con...@meteor.com) and we will write you a commercial license to your specifications. We are happy to be flexible. What's important is that we have a conversation about how you are using Meteor, and what support and further development you need, so we can keep everyone in the community on the same page.
meteor.com/screencast
meteor.com/examples
--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
meteor.com/screencast
meteor.com/examples
I'm sure they have mechanisms in place to abate these concerns, but I
wonder if you'll end up spending more time on those than you would
save on the aspects that Meteor is designed to speed up (sync'ing,
real time updates, etc.). Also, messing up real time sync'ing doing it
by hand means there's most likely a harmless (from a data consistency
standpoint) bug in your app. Messing up the protections around client
side data access mean that someone gets access to data they shouldn't
(or worse, can write data they shouldn't!).
Looks neat, but the license is GPL.In the faq, it says:If the GPL doesn't work for your project, get in touch (con...@meteor.com) and we will write you a commercial license to your specifications. We are happy to be flexible. What's important is that we have a conversation about how you are using Meteor, and what support and further development you need, so we can keep everyone in the community on the same page.I would have rather seen MIT, but I'm sure the authors have their reasons.
--
I had to include the functionality of meteor in my app, including direct access to the db. In order to do this I am proxying the db access through node and checking permissions. If couchdb's permissions didn't suck so much I could have gone direct.
--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
It'll be interesting to see the pressure build to get fibers/coroutines in core if this gains in
popularity (likely if you look at the HN score).
--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
Can anyone compare and contrast Meteor with Derby or Mojito? Or vanilla Node, for that matter? They all look nice, but I'm not sure what tradeoffs they make.