All Questions
1 question
5
votes
1
answer
955
views
What is the most efficient way to implement a RESTful client app?
I am working on a web application for ranking some products based on some factors.
The user send a search query to 5 restful webservices which by their turn send a response in a JSON format and ...