Why we are using Meteor.call why not REST Apis, Also we can not test how efficiently Meteor methods works. I don’t know any tool with which I can test this?
Why we are not using the basic REST APIs where we could also measure the performance and check how much is the system capable of handling the request.
As per my opinion, One should use Meteor for subscription and publication part which also makes it different, but there is no way to test that either. Is there a way we can test the publications performance So that we have the idea how much is our system is capable of handling the concurrent users?
Any Help would be greatly appreciated.