I have a basic understanding, but I'm interested in learning more:
I came across a comparison on Stack Overflow that likened Meteor JS and Express JS to oranges and potatoes. My current understanding is that Meteor JS is full stack (Front End, Back End) while Express JS is only for the back end.
Now I'm intrigued to compare the back ends of Meteor JS and Express JS (essentially comparing different types of potatoes).
Can everything done in Express JS also be achieved in Meteor JS backend? What advantages does Express JS have over Meteor JS backend?
Is it better to retrieve data from Express and display it in the Meteor front end, or should everything be done within Meteor?
In summary, my question is whether Express is more powerful than the Meteor JS backend? What limitations does Meteor have compared to Express when it comes to backend operations?