Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hosopy/grpc-mobile-demo-ios
https://github.com/hosopy/grpc-mobile-demo-ios
grpc swift
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hosopy/grpc-mobile-demo-ios
- Owner: hosopy
- Created: 2016-08-20T07:31:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-25T10:13:16.000Z (over 8 years ago)
- Last Synced: 2024-10-18T19:31:22.142Z (4 months ago)
- Topics: grpc, swift
- Language: Objective-C
- Size: 33.2 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo iOS application using gRPC
## Setup
```sh
$ git clone https://github.com/hosopy/grpc-mobile-demo-ios
$ cd grpc-mobile-demo-ios
$ bundle install
$ bundle exec pod install
```This demo application connects to `localhost:50051` without TLS.
You can run the demo server([hosopy/grpc-mobile-demo-server](https://github.com/hosopy/grpc-mobile-demo-server)) using docker.```sh
$ docker run -i -t -p 50051:50051 hosopy/grpc-mobile-demo-server
```