https://github.com/pmlopes/react-native-grpc-vertx-example
https://github.com/pmlopes/react-native-grpc-vertx-example
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmlopes/react-native-grpc-vertx-example
- Owner: pmlopes
- Created: 2017-03-01T13:54:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T12:07:36.000Z (about 9 years ago)
- Last Synced: 2025-02-25T17:36:57.022Z (over 1 year ago)
- Language: Java
- Size: 91.8 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native and Vert.x gRPC
## Quick and Dirty
Open a terminal:
```
npm install
npm start
```
Hack the file: `android/app/src/main/java/com/grpcexample/GRPCPackage.java` and change the host to your machine address.
Open another terminal:
```
./node_modules/.bin/react-native run-android
```
Finally open the last terminal:
```
cd vertx
mvn clean package
./run.sh
```
Send messages from the phone to the server and vice versa.