ios-grpc-note-crud-app icon indicating copy to clipboard operation
ios-grpc-note-crud-app copied to clipboard

Swift iOS gRPC Client Note Taking App

Swift iOS gRPC Client Note Taking App

Prerequisites

  1. Xcode 9.4
  2. node.js 8
  3. Protocol Buffer Compiler 3.5.1
  4. Swift gRPC Compiler 1.0.3

Tutorial

Follow the tutorial here

Installation

  1. Clone and download this gRPC Node.js Server, then run it locally
  2. Clone or Download this project
  3. Install Swift Protocol Buffer and gRPC compiler then compile the notes.proto file
  4. Run pod install
  5. Build and Run the project