How can I test which API performs better for my NODE.js project?

30 Views Asked by At

Question: We have a project in University where we have to implement a server-sided application and use a RESTful API in Node.js. We want to call the functions provided by the API to get information like direction , route, facilities within a radius. So, we have two first options: Google APIs and Here APIs. How can I tell which one suits the needs of our project more and which is overall "better" (f.e. how fast you get a response)? Or what other parameters should be included when making such a decision in this situation?

Thank you for your answers and advices!

0

There are 0 best solutions below