https://github.com/aldhinn/simple-grpc
A simple grpc example project.
https://github.com/aldhinn/simple-grpc
cmake cplusplus gradle grpc java javafx protobuf
Last synced: about 6 hours ago
JSON representation
A simple grpc example project.
- Host: GitHub
- URL: https://github.com/aldhinn/simple-grpc
- Owner: aldhinn
- License: mit
- Created: 2022-01-24T18:57:19.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-02-07T03:01:10.000Z (about 4 years ago)
- Last Synced: 2025-01-28T02:44:29.429Z (about 1 year ago)
- Topics: cmake, cplusplus, gradle, grpc, java, javafx, protobuf
- Language: Java
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
simple-grpc
A simple grpc example project.
## 🧰 Necessary Tools
* [C++ Compiler](https://www.stroustrup.com/compilers.html)
* [CMake](https://cmake.org/install/)
* [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
* [OpenJDK 17](https://jdk.java.net/17/)
## 💼 Setup
Clone the repository:
``` bash
git clone https://github.com/aldhinn/simple-grpc.git
```
Then run the configure script: \
\
(Windows)
``` cmd
configure.bat
```
(Unix/Linux)
``` bash
./configure
```
## 🏃 Run
Simply run the receiver and sender run scripts.
## 📜 LICENCE
**simple-grpc** is under the [MIT Licence](./LICENCE).