https://github.com/flomesh-io/rest2grpc-demo
https://github.com/flomesh-io/rest2grpc-demo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/flomesh-io/rest2grpc-demo
- Owner: flomesh-io
- Created: 2022-06-20T11:51:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T08:57:21.000Z (12 months ago)
- Last Synced: 2025-02-16T13:49:39.944Z (3 months ago)
- Language: Java
- Size: 73.2 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Build the project:
In the project root folder:```shell
./mvnw clean install
```## Run gRPC server:
In the project root folder:
```shell
cd server
../mvnw spring-boot:run
```## Run gRPC client:
In the project root folder:
```shell
cd client
../mvnw spring-boot:run
```## Test it:
```shell
❯ curl http://localhost:8888/
Hello: Flomesh%
```