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.

Ask HN: How do you succinctly describe Meteor to the uninitiated or non-hacker?

2 pointsby bustercalmost 12 years ago

1 comment

jaredsohnalmost 12 years ago
I&#x27;ve tried doing this several times myself recently.<p>Basically, I start out saying that it is frontend, backend and database (i.e. both what you see on your computer and what is going on at &quot;the server&quot; as well as the database), that it is all written in JavaScript (of course many people confuse JavaScript with Java so this can sidetrack a bit), and that it is realtime (i.e. if I update something on my computer and you go to the same site, you can see that update right away.)<p>Also, I might state that it is cool how you can easily deploy a test site (via the &#x27;meteor deploy&#x27; command) and that I have found it to be one of the easiest ways to get a location-based program working thanks to the previously-mentioned easy deployment and its integration with MongoDB which offers spatial indexing.<p>Alternatively, you can look at how Meteor explains it themselves: <a href="http://www.meteor.com/" rel="nofollow">http:&#x2F;&#x2F;www.meteor.com&#x2F;</a>
评论 #6144156 未加载