Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clement-jean/grpc-java-course
gRPC Java Master Class: Build Modern API & Micro services
https://github.com/clement-jean/grpc-java-course
grpc grpc-java udemy
Last synced: 3 months ago
JSON representation
gRPC Java Master Class: Build Modern API & Micro services
- Host: GitHub
- URL: https://github.com/clement-jean/grpc-java-course
- Owner: Clement-Jean
- Created: 2022-02-09T07:11:00.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T01:19:41.000Z (3 months ago)
- Last Synced: 2024-11-01T02:22:09.931Z (3 months ago)
- Topics: grpc, grpc-java, udemy
- Language: Java
- Homepage: https://www.udemy.com/course/grpc-java/?referralCode=9648E53DF9F3D92EB2EA
- Size: 177 KB
- Stars: 23
- Watchers: 1
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gRPC Java
[![build master branch](https://github.com/Clement-Jean/grpc-java-course/actions/workflows/gradle.yml/badge.svg)](https://github.com/Clement-Jean/grpc-java-course/actions/workflows/gradle.yml) ![Coverage](.github/badges/jacoco.svg) [![lint protocol buffers](https://github.com/Clement-Jean/grpc-java-course/actions/workflows/lint.yml/badge.svg)](https://github.com/Clement-Jean/grpc-java-course/actions/workflows/lint.yml) ![Udemy](.github/badges/udemy.svg)
## COUPON: `START_OCT_2025`
## Notes
- The code you see in this repository might be little different from what you saw in the course videos, this is due to the fact that:
- I'm testing the code
- I or a student noticed an error/bug/deprecation after recording
- Dependencies are evolving faster than I can rerecordI do the maximum to keep the main features and the code syntax similar by keeping the edits trivial. **However if you
do get in a situation where you feel lost, leave an `issue` on the repository**
- The coverage shown in the badges section only counts the classes that need testing, such as:
- greeting/server/GreetingServiceImpl
- calculator/server/CalculatorServiceImpl
- blog/server/BlogServiceImpl
- blog/client/BlogClientFor more information, please check the `jacocoTestReport` task in `build.gradle`