Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epilif3sotnas/learn-grpc
Learn gRPC with Python, Java, Node and Rust.
https://github.com/epilif3sotnas/learn-grpc
grpc java nodejs python3 rust
Last synced: 1 day ago
JSON representation
Learn gRPC with Python, Java, Node and Rust.
- Host: GitHub
- URL: https://github.com/epilif3sotnas/learn-grpc
- Owner: epilif3sotnas
- License: apache-2.0
- Created: 2022-06-17T15:40:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-12T12:14:52.000Z (about 2 years ago)
- Last Synced: 2024-11-09T08:08:13.350Z (about 2 months ago)
- Topics: grpc, java, nodejs, python3, rust
- Language: Java
- Homepage:
- Size: 10.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About learn-grpc
In this repository was built with the goal to learn about gRPC and communicate between various programming languages like Python, Java, Node and Rust.
## Requirements
#### Python => requirements.txt
#### Java => pom.xml
#### Node => package.json
#### Rust => Cargo.toml
## Folders
In each folder there is another README to explain how to run and test each client and server for each programming language.
- [Python client](https://github.com/epilif3sotnas/learn-grpc/tree/main/client-python)
- [Python server](https://github.com/epilif3sotnas/learn-grpc/tree/main/server-python)
- [Java client](https://github.com/epilif3sotnas/learn-grpc/tree/main/client-java)
- [Java server](https://github.com/epilif3sotnas/learn-grpc/tree/main/server-java)
- [Node client](https://github.com/epilif3sotnas/learn-grpc/tree/main/client-node)
- [Node server](https://github.com/epilif3sotnas/learn-grpc/tree/main/server-node)
- [Rust client](https://github.com/epilif3sotnas/learn-grpc/tree/main/client-rust)
- [Rust server](https://github.com/epilif3sotnas/learn-grpc/tree/main/server-rust)**Note**: To run this correctly you need to run first the server and then the client.
## License
Licensed under Apache-2.0 license.