https://github.com/satendrakumar/grpc-server-example
https://github.com/satendrakumar/grpc-server-example
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/satendrakumar/grpc-server-example
- Owner: satendrakumar
- Created: 2023-02-28T10:42:33.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-02-28T10:46:19.000Z (about 2 years ago)
- Last Synced: 2025-01-30T15:51:28.512Z (4 months ago)
- Language: Java
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grpc-server-example
### install and run gRPC server:
$ ./gradlew installDist
$ ./build/install/grpc-server-example/bin/word-count-server
Logs:
Feb 28, 2023 4:15:00 PM edu.grpc.server.wordcount.WordCountServer start
INFO: Server started, listening on 50051