Reputation: 1367
I want to develop simple app for Android OS using Meteor JavaScript platform. Is there a way to embedd small database for such app. Or I must use data served by web applications API that I must develop also?
Upvotes: 0
Views: 121
Reputation: 620
You could use a Meteor + Phonegap integration. Then you could use some little database like sqlite.
Upvotes: 1