21

Combining server-side Swift, and Google’s Protocol Buffers by creating a simple server-client system.

In the first part of this blog post, we will build the server-side application. Second part of this blog post will be about building the client iOS application. Both applications will be built with Swift, and communication between them will be done using protocol buffers.

Read more

Comments are closed.