Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alfianlosari/ios-grpc-note-crud-app
- Owner: alfianlosari
- Created: 2018-09-09T06:18:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T06:26:24.000Z (about 6 years ago)
- Last Synced: 2023-08-15T15:58:50.805Z (over 1 year ago)
- Topics: api, crud, grpc, grpc-client, grpc-server, grpc-service, ios, swift
- Language: Swift
- Size: 15.6 KB
- Stars: 19
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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