Quantcast
Channel: Question and Answer » json
Viewing all articles
Browse latest Browse all 148

Is it possible to use Protocol Buffers natively for message passing between a Go web service and an Android app?

$
0
0

I want to connect an Android app to a Go web service (I have a small social network in mind) and would like to pass data to and from the web service using Protocol Buffers, since it recently seems to have native support in both Android and Golang.

Is this possible or even advisable? Or should I stick to JSON?


Viewing all articles
Browse latest Browse all 148

Trending Articles