TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Meteor Raises $20M

256 pointsby brendanneeabout 10 years ago

27 comments

sergiotapiaabout 10 years ago
I looked into Meteor and it&#x27;s amazing how everything clicks together. It&#x27;s just such a drastic change in complexity and feels like a breath of fresh air.<p>The one thing that made me drop it as the choice for a primary stack was the fact that it&#x27;s tied so heavily into MongoDB. Meteor has a mongodb &#x27;server&#x27; replicated client side, that&#x27;s how they can actually make Meteor so god damn snappy, it&#x27;s latancy compensation.<p>If they were to integrate something like Postgresql into Meteor, I would easily switch over from Rails and it would become my de-facto web stack.<p>I&#x27;ll just keep building Rails APIs with EmberJS clients until then, I do hope it&#x27;s soon though. I loved working with Meteor.
评论 #9570908 未加载
评论 #9573177 未加载
评论 #9570887 未加载
评论 #9571156 未加载
评论 #9573955 未加载
评论 #9571057 未加载
评论 #9570860 未加载
评论 #9571971 未加载
评论 #9571237 未加载
egeozcanabout 10 years ago
I think the primary focus on further development in Meteor should be supporting additional databases officially, and after that, supporting operational transformation and conflict resolution strategies come to mind. In my opinion, they are the biggest hurdles towards creating reliable real-time applications.<p>Official React or Angular support isn&#x27;t a game-changer. They can already be integrated easily with the reactive data providers.
评论 #9571994 未加载
评论 #9573230 未加载
shams93almost 10 years ago
Lol Meteor just literally saved my bacon, the combination of meteor + ionic enabled me to build an entire app in less than two weeks working part time on it and if I hadn&#x27;t told the client it wasn&#x27;t native there was no way for them to tell, the performance is that good. Plus the error messaging is awesome and the isometric approach is just a huge win, the previous version of the product was in angular + rails, industry standard but slow as hell, absolutely did not perform like a native mobile app, but Meteor is just fantastic in my experience for extreme starup scenarios where we are going with Mongo anyways. Certainly if I needed to tie into legacy sql based systems I would be looking at loopback, but with lookback you are still stuck with the weight of the other available front end frameworks and the back end is easier, but you still have to do tons of boiler plate, except perhaps with react + loopback in the case of place a really modern front end on a legacy system while still having ok performance. Meteor feels native because you&#x27;re not issuing all this old ajax, its data format is even smaller and tighter than json.
ep103about 10 years ago
I just wish it wasn&#x27;t so tightly integrated into everything. I&#x27;d love to use Meteor as a library, but I&#x27;m always afraid of choosing something that I can&#x27;t replace later.<p>Either way, best of luck to them!
评论 #9583380 未加载
评论 #9571037 未加载
murbard2about 10 years ago
I&#x27;m actually looking into meteor at the moment, and the financial backing is a big plus, as it gives me some guarantee that the project will keep being maintained for the foreseeable future.<p>It is indeed a breeze to prototype applications with it, but I am a little bit concerned about the costs of getting an actual production ready site with it.<p>For intance, when is it ever OK to let your client write directly in the database, even for their own data? If you&#x27;re going to pass their calls through a deny and allow call, why not just expose RPCs to the client that will handle any writing?<p>It seems that a lot of the light versality you have at prototyping time is lost whenever you have to get it production ready. There is definitely some value in light prototypes, but it looks like a real pain to go from prototype to production.<p>Likewise, I&#x27;m confused about how to get around the limitations of mongodb. Say you run a store with a finite inventory, how do you handle concurrent purchases? How about a website to enroll into classes? How about a webforum which can have exactly 5 administrators?
评论 #9573507 未加载
评论 #9571612 未加载
评论 #9571536 未加载
评论 #9571112 未加载
cdnsteveabout 10 years ago
Has anyone seen DDP used outside of Meteor? <a href="https:&#x2F;&#x2F;github.com&#x2F;meteor&#x2F;meteor&#x2F;blob&#x2F;devel&#x2F;packages&#x2F;ddp&#x2F;DDP.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;meteor&#x2F;meteor&#x2F;blob&#x2F;devel&#x2F;packages&#x2F;ddp&#x2F;DDP...</a>
评论 #9571990 未加载
评论 #9572447 未加载
评论 #9572577 未加载
评论 #9572036 未加载
评论 #9574018 未加载
TimJRobinsonabout 10 years ago
Is anyone here running Meteor in production? I&#x27;ve seen so many intro&#x27;s and demo&#x27;s and prototypes but have yet to see any actual products &#x2F; companies built around it yet.
评论 #9571372 未加载
评论 #9571199 未加载
评论 #9571755 未加载
评论 #9571114 未加载
评论 #9571101 未加载
nichocharabout 10 years ago
I like meteor, I think it&#x27;s a good framework, that solves well the &quot;Make a webapp with non critical data but where real time is critical&quot; problem.<p>I&#x27;ve also used angular, which I also like, but has a little bit more of a learning curve drawback.<p>I do unfortunately believe that a project or framework should make it not because it&#x27;s CEO or leader is good at selling something, pitching VC&#x27;s, and creating a brand, I think a project or framework should make it because it is the crowdsourced best solution to a problem. And this kind of money raising worries me a little, because it gives an unfair advantage to a framework. Now meteor might be the best answer, but if it&#x27;s not, this is a shame and we all stand to miss out on a potential right answer for this...<p>Anyway, all of this is a little moot because I believe you shouldn&#x27;t be using javascript for this kind of stuff ^^ but that&#x27;s another debate altogether
评论 #9572581 未加载
评论 #9571527 未加载
评论 #9571693 未加载
评论 #9573768 未加载
评论 #9571821 未加载
galfarragemalmost 10 years ago
I think the main issue with Meteor is that it has the possibility to change the status quo and be an important player in the market. That &#x27;pisses&#x27; a lot of people (like once rails did) because it might turn some of their personal investment into obsolete. I am not &#x27;invested&#x27; (my background is not CS) but if I was, I would certainly be pissed also.<p>People here are even pissed that they got more money and other frameworks didn&#x27;t. Nobody invest (their money at least) without a good risk&#x2F;reward ratio.
smailiabout 10 years ago
Not trying to sound like a jerk, but I&#x27;m just wondering is it really a good thing to put on your homepage that there are nearly 12K questions posted on StackOverflow about Meteor? Seeing a number like that makes me wonder if maybe the documentation and or APIs are not very well done if it&#x27;s generated that kind of activity on SO.
评论 #9571754 未加载
评论 #9572401 未加载
评论 #9572051 未加载
评论 #9571932 未加载
评论 #9573541 未加载
smanuelabout 10 years ago
That&#x27;s cool. Does Meteor actually make, sorry for using such a dirty word, money from something?
评论 #9571416 未加载
评论 #9572955 未加载
评论 #9570663 未加载
danenaniaabout 10 years ago
Beginner question: how does Meteor handle storing server-side web socket connections in a scalable way? Are they kept in ram? Redis? Mongo&#x27;s ram?<p>The complexity of this is why I always end up reaching for hosted WS solutions like pusher or fanout.io.
评论 #9571927 未加载
rywalkerabout 10 years ago
Congratz to a very smart team. Love how Meteor seeks to include other good Javascript frameworks into the platform (like React, Angular), rather than trying to force an artificial &quot;one true way&quot; — looking forward to seeing Galaxy.
auviabout 10 years ago
Can anybody tell me what is the business model of Meteor? If they are getting investments, the investors has some idea of a ROI and what that could be?
评论 #9570872 未加载
评论 #9570666 未加载
评论 #9572802 未加载
richenglishabout 10 years ago
What happens to Meteor if Galaxy fails as a commercial endeavour?
评论 #9571184 未加载
M8about 10 years ago
Oh, so that&#x27;s why they have been trying to sell it here on HN.
arxpoeticaabout 10 years ago
A few of us have been happily hacking away on SocketStream (<a href="https:&#x2F;&#x2F;socketstream.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;socketstream.com&#x2F;</a>) for quite sometime. It&#x27;s a smaller, piecemeal framework that borrows more from the community of Node pluggable&#x2F;playable modules.<p>With this 20M, Meteor just became a heavy-weight—<p>That said, I still like the idea of a more community-drive approach.
评论 #9571766 未加载
BurningFrogabout 10 years ago
Is anyone hiring Meteor developers? In the Bay Area?
评论 #9571275 未加载
评论 #9571686 未加载
评论 #9571364 未加载
dovgabout 10 years ago
Serious question: does Meteor scale well in these days?
评论 #9572641 未加载
Kiroabout 10 years ago
What I don&#x27;t understand with Meteor is how you can build secure applications if you actually write your database queries in the front-end. Can someone enlighten me? How do you hide logic or prevent people from manipulating however they want?
评论 #9572094 未加载
_greim_about 10 years ago
My worry is that with JavaScript-based stacks evolving so fast these days, monied interest in one way of doing things would ultimately be incentivized to suppress better ways of doing things, as they emerge.
评论 #9573971 未加载
aliakhtarabout 10 years ago
For those who&#x27;re looking for a full stack framework, I can&#x27;t recommend GWT enough. GWT lets you write java for both client &amp; server, and then compiles the client code to javascript. This compiled js is highly optimized and your css &#x2F; images &#x2F; html templates are bundled together to minimize HTTP requests. On the server side, this lets you use java which is a lot more performant than javascript is.
评论 #9573529 未加载
neuminoabout 10 years ago
Woot, congrats folks!
atmosxalmost 10 years ago
Out of curiosity, did ever rails raise any money?
yedpodtrzitkoabout 10 years ago
<a href="https:&#x2F;&#x2F;xkcd.com&#x2F;927&#x2F;" rel="nofollow">https:&#x2F;&#x2F;xkcd.com&#x2F;927&#x2F;</a>
debaserab2about 10 years ago
It&#x27;s amazing how many developers willingly giving up their entire tech stack in exchange for a proprietary one.<p>If it was MSFT trying to pull this off, would the reaction on HN be as positive?
评论 #9571922 未加载
pdkl95about 10 years ago
<i>sigh</i><p>At least judging by www.meteor.com, they are still insisting their users accept the risks[1] of javascript and sending an empty body tag.<p>[1] If you think these risks don&#x27;t exist, you haven&#x27;t been paying attention. I don&#x27;t care if <i>you</i> want to run exploit code from an ad or be used as ammunition by the Great Cannon; just don&#x27;t insist that others must accept that risk if they want to read your page (slower loads or reduced functionality with the javascript is perfectly fine).<p>edit:<p>So you all value convenience over safety. really, it&#x27;s probably because you&#x27;re so used to spying on people that the idea of losing that ability is a thought you cannot abide. After all, why would the idea of losing javascript be attacked so strongly? This gets downvotes faster than anything else. What a lot of website developers don&#x27;t seem to understand is that recording hover times, click paths, reading times and the like may be &quot;metrics&quot; or &quot;important business data&quot; to you, to normal people that is &quot;creepy peeping-tom&quot; behavior.<p>I know, you&#x27;re thinking that this is off topic, or that it&#x27;s just a tool. No, you&#x27;re making a political&#x2F;sociological decision by forcing people to take the risk of javascirpt - and business recording information about people is risk #1.<p>The non-technical people I know, after slowly learning about how the tech industry really works, have been doing a lot to <i>reduce</i> their internet use. A few have turned luddite. Others are trying to reduce their dependence on network services. That is the end game of people finding out the real price of using some webapp - you&#x27;re driving people away from the entire concept.<p>Of course, I&#x27;m wasting my breath - clearly the features of some tool are more important than the reality of the future you&#x27;re creating.<p>Either that, or djb is right. ( <a href="http:&#x2F;&#x2F;cr.yp.to&#x2F;talks&#x2F;2015.05.08&#x2F;slides-djb-20150508-a4.pdf" rel="nofollow">http:&#x2F;&#x2F;cr.yp.to&#x2F;talks&#x2F;2015.05.08&#x2F;slides-djb-20150508-a4.pdf</a> )
评论 #9571746 未加载