Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alfianlosari/ios-grpc-note-crud-app

Swift iOS gRPC Client Note Taking App
https://github.com/alfianlosari/ios-grpc-note-crud-app

api crud grpc grpc-client grpc-server grpc-service ios swift

Last synced: about 18 hours ago
JSON representation

Swift iOS gRPC Client Note Taking App

Awesome Lists containing this project

README

        

# 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](https://medium.com/@alfianlosari/building-grpc-client-ios-swift-note-taking-app-6133c7d74644 "Node.js gRPC Server for Note Service")

## Installation
1. [Clone and download this gRPC Node.js Server, then run it locally ](https://github.com/alfianlosari/node-grpc-server-note-crud "Node.js gRPC Server for Note Service")
2. Clone or Download this project
3. Install Swift Protocol Buffer and gRPC compiler then compile the notes.proto file
4. Run pod install
4. Build and Run the project