Reputation: 53
I have this set up - Java application is collecting and pushing data to mongodb for client side to retrieve and display. I want to try to use meteor for the client side. What is the best approach with meteor:
use DDPClient to connect to meteor's mongodb and only push data to it or
configure meteor to point to my existing mongodb that is already collecting data from my Java application
Upvotes: 1
Views: 330
Reputation: 6676
Both should work - the short answer. The longer answer:
Upvotes: 2