Google News
logo
Meteor.js - Interview Questions
Which database can I use with Meteor?
Any database with a Node.js driver is supported by Meteor as we are a Node.js application on the server. MongoDB is usually the most used in Meteor community as it has more integrations with Meteor as well as a subscriptions model implemented on top of it.
Advertisement