https://github.com/numq/stub
Jetpack Compose Desktop gRPC Client
https://github.com/numq/stub
client compose desktop grpc jetpack kotlin
Last synced: about 2 months ago
JSON representation
Jetpack Compose Desktop gRPC Client
- Host: GitHub
- URL: https://github.com/numq/stub
- Owner: numq
- License: apache-2.0
- Created: 2024-11-22T00:57:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-03T00:13:05.000Z (over 1 year ago)
- Last Synced: 2025-03-25T14:14:12.528Z (about 1 year ago)
- Topics: client, compose, desktop, grpc, jetpack, kotlin
- Language: Kotlin
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Stub
Desktop client for testing gRPC services

> [!NOTE]
> The application was designed using the [Reduce & Conquer](https://github.com/numq/reduce-and-conquer) architectural
> pattern
## Features:
- All types of calls are supported (Unary, Client, Server, Bidirectional)
- Request (messages) in JSON format
- Metadata in JSON format
- Generating a request with random data
- Notification about missing dependencies
- Preview of the proto file
___