An open API service indexing awesome lists of open source software.

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.

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).