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?
3