Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Meteor relies heavily on two things:

1) mongo's ability to have a live cursor that updates if the query returns new objects or changes within the objects currently being returned.

2) they have a minimongo which lives on the client. So code can do queries and not worry if the code is running client or server.

If meteor wasn't so tightly tied to mongo - I would hands down recommend it to a company doing node.js development.

Meteor is much easier than node to grok. ( no callback hell, no promises ) Meteor reads top to bottom the same as all the other languages out there. Node reads like a twisted spaghetti hairball that your cat vomited up.



Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: