networking -- graphQL, GRPC
what is graphQL
GRAPH QUERY LANGUAGE
if we want a list of all continents, all countries, all languages
using restAPI we will make 3 API calls and get the data, and convert all those data to required format in the client
this kind of heavylifting o...
lakshmiprasanna.hashnode.dev11 min read