https://github.com/ubopod/ubo-grpc-clients
Sample gRPC clients in different programming languages for ubo-app
https://github.com/ubopod/ubo-grpc-clients
grpc grpc-client grpc-typescript ubo ubo-app
Last synced: about 1 month ago
JSON representation
Sample gRPC clients in different programming languages for ubo-app
- Host: GitHub
- URL: https://github.com/ubopod/ubo-grpc-clients
- Owner: ubopod
- Created: 2024-09-24T13:44:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-04T22:19:21.000Z (over 1 year ago)
- Last Synced: 2025-01-23T11:33:19.924Z (over 1 year ago)
- Topics: grpc, grpc-client, grpc-typescript, ubo, ubo-app
- Language: TypeScript
- Homepage:
- Size: 179 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ubo Sample gRPC Clients
This repository contains sample gRPC clients for the Ubo API. The clients are written in different languages and are intended to be used as a reference for developers who want to integrate with the Ubo API.
## General Setup
Copy the [`proto/` directory](https://github.com/ubopod/ubo_app/tree/main/ubo_app/rpc/proto) from the Ubo API repository to the root of this repository.
## Sample Clients
- Node.js
- [ts-proto](nodejs/ts-proto)
- [protobuf.js - TypeScript](nodejs/protobufjs)
- [protoc-gen-ts](nodejs/protoc-gen-ts) (not recommended at the moment)
- Web
- [grpc-web](web/grpc-web)
- Python
- [betterproto](python/betterproto)