TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Meteor 0.5.7 released: major scaling update, new DDP version, EJSON

77 点作者 debergalis超过 12 年前

9 条评论

jcampbell1超过 12 年前
I got my first taste of Meteor at a meetup in NYC on Tuesday night. I hacked something together with no experience in about 30 minutes that would be a pain to write in anything else, and completely trivial to write in Meteor. In fact I didn't bother to read the documentation. The app is a shared grocery list: <a href="http://www.teamgrocery.com/" rel="nofollow">http://www.teamgrocery.com/</a><p>The app never deletes anything, and I suppose a grocery list shared among all HN users should get overwhelmed really quickly :)<p>I can't remember the last time I have had so much fun playing with a new framework. Meteor is going to be my goto technology for hackathons/prototypes.
评论 #5263562 未加载
评论 #5262548 未加载
评论 #5262376 未加载
throw_away_acc超过 12 年前
There's no place except on HN where Meteor gets regular attention, upvotes and always the same fan posts (i.e., "Meteor is going to be my goto technology", "The Meteor guys are moving fast").<p>Guys, this is all so obvious.<p>EDIT: downvoting won't help, people aren't that stupid, $11M funding and sponsored posts are no reason to use any framework
评论 #5263121 未加载
评论 #5263512 未加载
kiba超过 12 年前
As a developer using meteor, most of the changelog is a bunch of technical "jumbo humbo" to me. However, the full release notes said something about "performance" for some day to day operation, and that's all I need to hear.<p>I must note that meteor does seems to excel at being absurdly trivial to get things done. It also isn't quite of a heavyweight to learn as compared to other frameworks.<p>(I am working on a time tracking app that's coming rather nicely)
themgt超过 12 年前
We just got Meteor compiling on Pogoapp (using a buildpack which uses meteor's git/master, so incorporates these updates[1]), and I booted up open source demo apps whipped up by a couple London developers after a chat in #meteor IRC:<p><a href="https://github.com/alanshaw/meteor-blackboard" rel="nofollow">https://github.com/alanshaw/meteor-blackboard</a><p><a href="https://github.com/olizilla/goto-meteor" rel="nofollow">https://github.com/olizilla/goto-meteor</a><p>here's live demos (you can use zoom in both):<p><a href="http://blackboard.pogoapp.com" rel="nofollow">http://blackboard.pogoapp.com</a><p><a href="http://meteor-goto.pogoapp.com/" rel="nofollow">http://meteor-goto.pogoapp.com/</a><p>Be sure to check go take a look at the code, or lack thereof - really impressive stuff. Since looking just a few months ago, the whole meteor ecosystem seems to have expanded and matured at a pretty incredible clip.<p>[1]: <a href="https://github.com/oortcloud/heroku-buildpack-meteorite" rel="nofollow">https://github.com/oortcloud/heroku-buildpack-meteorite</a>
siculars超过 12 年前
So can someone tell me what the monetization scheme is for Meteor and other frameworks like it? Is there one? Or is this purely for the joy of the code? Seriously...
评论 #5263267 未加载
评论 #5263056 未加载
评论 #5262648 未加载
iamclovin超过 12 年前
For folks who'd like to try out Meteor in the browser without any local installs, we just wrote a blog post on how you can do so on Action.IO: <a href="http://blog.action.io/2013/02/21/build-meteor-apps-in-the-browser-with-actionio-and-mongolab.html" rel="nofollow">http://blog.action.io/2013/02/21/build-meteor-apps-in-the-br...</a><p>(Disclosure: I'm one of the guys working on action.io - we're private beta now but sending out invites at a pretty fast clip)
RoboTeddy超过 12 年前
The Meteor guys are moving fast. This is awesome. I can't wait until all the current methods of creating web apps are obsolete.
评论 #5263123 未加载
评论 #5263021 未加载
评论 #5263060 未加载
rayhano超过 12 年前
Interesting to read such polar views about Meteor.<p>At Wigwamm, we wanted to build a user experience that was simple. A real-time auction and an auction catalogue full of full screen photographs.<p>We discussed at length whether Meteor would allow us to do everything we needed. The conclusion was interesting: if it's not simple, if doing through Meteor is too hard, we probably don't want/need to do it.<p>For us, it's nice to work with technology that genuinely pushes boundaries.<p>Little plug: we're London UK based, so if you're local, love building products that help people and want to build in pure JavaScript/Meteor, please get in touch (@WigwammHQ on twitter)
xulescu大约 12 年前
If Meteorite is the Package Manager for Meteor, why are the two not in sync? E.g. like npm for node?